Feel 5.9.1
The best way to improve your game's feel and make it extra juicy
Loading...
Searching...
No Matches
MoreMountains.Tools.MMPropertyLinkColor Class Reference

Color property setter. More...

Inheritance diagram for MoreMountains.Tools.MMPropertyLinkColor:
MoreMountains.Tools.MMPropertyLink

Public Member Functions

override void Initialization (MMProperty property)
 On init we grab our initial color.
override void CreateGettersAndSetters (MMProperty property)
 Creates cached getter and setters for properties.
override object GetValue (MMPropertyEmitter emitter, MMProperty property)
 Gets the raw value of the property, a normalized float value, caching the operation if possible.
override void SetValue (MMPropertyReceiver receiver, MMProperty property, object newValue)
 Sets the raw property value, float normalized, caching the operation if possible.
override float GetLevel (MMPropertyEmitter emitter, MMProperty property)
 Returns this property link's level between 0 and 1.
override float GetLevel (MMPropertyReceiver receiver, MMProperty property)
override void SetLevel (MMPropertyReceiver receiver, MMProperty property, float level)
 Sets the level, lerping between ColorRemapZero and One.

Public Attributes

Func< Color > GetColorDelegate
Action< Color > SetColorDelegate

Protected Member Functions

virtual Color GetValueOptimized (MMProperty property)
 Gets either the cached value or the raw value.
virtual void SetValueOptimized (MMProperty property, Color newValue)
 Sets either the cached value or the raw value.

Protected Attributes

Color _initialValue
Color _newValue
Color _color

Detailed Description

Color property setter.

Member Function Documentation

◆ CreateGettersAndSetters()

override void MoreMountains.Tools.MMPropertyLinkColor.CreateGettersAndSetters ( MMProperty property)
virtual

Creates cached getter and setters for properties.

Parameters
property

Reimplemented from MoreMountains.Tools.MMPropertyLink.

◆ GetLevel() [1/2]

override float MoreMountains.Tools.MMPropertyLinkColor.GetLevel ( MMPropertyEmitter emitter,
MMProperty property )
virtual

Returns this property link's level between 0 and 1.

Parameters
receiver
property
level
Returns

Reimplemented from MoreMountains.Tools.MMPropertyLink.

◆ GetLevel() [2/2]

override float MoreMountains.Tools.MMPropertyLinkColor.GetLevel ( MMPropertyReceiver receiver,
MMProperty property )
virtual

◆ GetValue()

override object MoreMountains.Tools.MMPropertyLinkColor.GetValue ( MMPropertyEmitter emitter,
MMProperty property )
virtual

Gets the raw value of the property, a normalized float value, caching the operation if possible.

Parameters
emitter
property
Returns

Reimplemented from MoreMountains.Tools.MMPropertyLink.

◆ GetValueOptimized()

virtual Color MoreMountains.Tools.MMPropertyLinkColor.GetValueOptimized ( MMProperty property)
protectedvirtual

Gets either the cached value or the raw value.

Parameters
property
Returns

◆ Initialization()

override void MoreMountains.Tools.MMPropertyLinkColor.Initialization ( MMProperty property)
virtual

On init we grab our initial color.

Parameters
property

Reimplemented from MoreMountains.Tools.MMPropertyLink.

◆ SetLevel()

override void MoreMountains.Tools.MMPropertyLinkColor.SetLevel ( MMPropertyReceiver receiver,
MMProperty property,
float level )
virtual

Sets the level, lerping between ColorRemapZero and One.

Parameters
receiver
property
level

Reimplemented from MoreMountains.Tools.MMPropertyLink.

◆ SetValue()

override void MoreMountains.Tools.MMPropertyLinkColor.SetValue ( MMPropertyReceiver receiver,
MMProperty property,
object newValue )
virtual

Sets the raw property value, float normalized, caching the operation if possible.

Parameters
receiver
property
level

Reimplemented from MoreMountains.Tools.MMPropertyLink.

◆ SetValueOptimized()

virtual void MoreMountains.Tools.MMPropertyLinkColor.SetValueOptimized ( MMProperty property,
Color newValue )
protectedvirtual

Sets either the cached value or the raw value.

Parameters
property
newValue

Member Data Documentation

◆ _color

Color MoreMountains.Tools.MMPropertyLinkColor._color
protected

◆ _initialValue

Color MoreMountains.Tools.MMPropertyLinkColor._initialValue
protected

◆ _newValue

Color MoreMountains.Tools.MMPropertyLinkColor._newValue
protected

◆ GetColorDelegate

Func<Color> MoreMountains.Tools.MMPropertyLinkColor.GetColorDelegate

◆ SetColorDelegate

Action<Color> MoreMountains.Tools.MMPropertyLinkColor.SetColorDelegate

The documentation for this class was generated from the following file:
  • H:/Code/MoreMountains/feel/Assets/Feel/MMTools/Core/MMRadio/MMProperty/MMPropertyLink/MMPropertyLinkColor.cs