Corgi Engine v9.4
Loading...
Searching...
No Matches
MoreMountains.Tools.MMPropertyLinkVector3 Class Reference

Vector3 property setter. More...

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

Public Member Functions

override void Initialization (MMProperty property)
 On init we grab our initial value.
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.

Public Attributes

Func< Vector3 > GetVector3Delegate
Action< Vector3 > SetVector3Delegate

Protected Member Functions

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

Protected Attributes

Vector3 _initialValue
Vector3 _newValue
Vector3 _vector3

Detailed Description

Vector3 property setter.

Member Function Documentation

◆ CreateGettersAndSetters()

override void MoreMountains.Tools.MMPropertyLinkVector3.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.MMPropertyLinkVector3.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.MMPropertyLinkVector3.GetLevel ( MMPropertyReceiver receiver,
MMProperty property )
virtual

◆ GetValue()

override object MoreMountains.Tools.MMPropertyLinkVector3.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 Vector3 MoreMountains.Tools.MMPropertyLinkVector3.GetValueOptimized ( MMProperty property)
protectedvirtual

Gets either the cached value or the raw value.

Parameters
property
Returns

◆ Initialization()

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

On init we grab our initial value.

Parameters
property

Reimplemented from MoreMountains.Tools.MMPropertyLink.

◆ SetLevel()

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

Sets the level.

Parameters
receiver
property
level

Reimplemented from MoreMountains.Tools.MMPropertyLink.

◆ SetValue()

override void MoreMountains.Tools.MMPropertyLinkVector3.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.MMPropertyLinkVector3.SetValueOptimized ( MMProperty property,
Vector3 newValue )
protectedvirtual

Sets either the cached value or the raw value.

Parameters
property
newValue

Member Data Documentation

◆ _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: