Class ToggleableVector2
A Vector2 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 ToggleableVector2 : ToggleableSetting<Vector2>
Constructors
ToggleableVector2()
Declaration
public ToggleableVector2()
ToggleableVector2(Vector2)
Declaration
public ToggleableVector2(Vector2 initialValue)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | initialValue |