Class ToggleableVector3
A Vector3 that can have various behaviours applied when its value is set.
Inherited Members
Namespace: IdleKit.Core
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class ToggleableVector3 : ToggleableSetting<Vector3>
Constructors
ToggleableVector3()
Declaration
public ToggleableVector3()
ToggleableVector3(Vector3)
Declaration
public ToggleableVector3(Vector3 initialValue)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | initialValue |