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