Class ToggleableTransformVector2
A Vector2 that can have various behaviours applied when its value is set.
Inheritance
ToggleableTransformVector2
Assembly: cs.temp.dll.dll
[Serializable]
public class ToggleableTransformVector2 : ToggleableSetting<TransformVector2>
Constructors
Declaration
public ToggleableTransformVector2()
Declaration
public ToggleableTransformVector2(TransformVector2 transformSetting)
Parameters
Properties
Declaration
public virtual TransformBehaviour Behaviour { get; set; }
Property Value
Declaration
public virtual Vector2 Value { get; set; }
Property Value
Methods
Declaration
public virtual Vector2 Evaluate(Vector2 inputValue)
Parameters
Type |
Name |
Description |
Vector2 |
inputValue |
|
Returns