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