Vector3 property setter
More...
|
override void | Initialization (MMProperty property) |
| On init we grab our initial value More...
|
|
override void | CreateGettersAndSetters (MMProperty property) |
| Creates cached getter and setters for properties More...
|
|
override object | GetValue (MMPropertyEmitter emitter, MMProperty property) |
| Gets the raw value of the property, a normalized float value, caching the operation if possible More...
|
|
override void | SetValue (MMPropertyReceiver receiver, MMProperty property, object newValue) |
| Sets the raw property value, float normalized, caching the operation if possible More...
|
|
override float | GetLevel (MMPropertyEmitter emitter, MMProperty property) |
| Returns this property link's level between 0 and 1 More...
|
|
override void | SetLevel (MMPropertyReceiver receiver, MMProperty property, float level) |
| Sets the level More...
|
|
virtual object | GetPropertyValue (MMProperty property) |
| Returns the value of the selected property More...
|
|
◆ CreateGettersAndSetters()
override void MoreMountains.Tools.MMPropertyLinkVector3.CreateGettersAndSetters |
( |
MMProperty |
property | ) |
|
|
virtual |
◆ GetLevel()
◆ GetValue()
◆ GetValueOptimized()
virtual Vector3 MoreMountains.Tools.MMPropertyLinkVector3.GetValueOptimized |
( |
MMProperty |
property | ) |
|
|
protectedvirtual |
Gets either the cached value or the raw value
- Parameters
-
- Returns
◆ Initialization()
override void MoreMountains.Tools.MMPropertyLinkVector3.Initialization |
( |
MMProperty |
property | ) |
|
|
virtual |
◆ SetLevel()
◆ SetValue()
◆ SetValueOptimized()
virtual void MoreMountains.Tools.MMPropertyLinkVector3.SetValueOptimized |
( |
MMProperty |
property, |
|
|
Vector3 |
newValue |
|
) |
| |
|
protectedvirtual |
Sets either the cached value or the raw value
- Parameters
-
◆ _initialValue
Vector3 MoreMountains.Tools.MMPropertyLinkVector3._initialValue |
|
protected |
◆ _newValue
Vector3 MoreMountains.Tools.MMPropertyLinkVector3._newValue |
|
protected |
◆ _vector3
Vector3 MoreMountains.Tools.MMPropertyLinkVector3._vector3 |
|
protected |
◆ GetVector3Delegate
Func<Vector3> MoreMountains.Tools.MMPropertyLinkVector3.GetVector3Delegate |
◆ SetVector3Delegate
Action<Vector3> MoreMountains.Tools.MMPropertyLinkVector3.SetVector3Delegate |
The documentation for this class was generated from the following file: