Class TransformVector3
A Vector3 that can have various behaviours applied when its value is set.
Inheritance
TransformVector3
Assembly: cs.temp.dll.dll
[Serializable]
public class TransformVector3 : TransformSetting<Vector3>
Constructors
Declaration
public TransformVector3(TransformBehaviour initialBehaviour)
Parameters
Declaration
public TransformVector3(TransformBehaviour initialBehaviour, Vector3 initialValue)
Parameters
Methods
Declaration
public override Vector3 Evaluate(Vector3 inputValue)
Parameters
Type |
Name |
Description |
Vector3 |
inputValue |
|
Returns
Overrides
IdleKit.Core.TransformSetting<Vector3>.Evaluate(Vector3)