UI Toggle Animators
UI Toggle Color Animator
Specialized animator component used to animate the Color for a Reactor Color Target by listening to a UIToggle (controller) On/Off commands.
UI Toggle Float Animator
Specialized animator component that allows you to animate any public float field or property of any object by listening to a UIToggle (controller) On/Off commands.
UI Toggle Sprite Animator
Specialized animator component used to animate a set of Sprites for a Reactor Sprite Target by listening to a UIToggle (controller) On/Off commands.
UI Toggle Int Animator
Specialized animator component that allows you to animate any public int field or property of any object by listening to a UIToggle (controller) On/Off commands.
UI Toggle UIAnimator
Specialized animator component used to animate a RectTransform’s position, rotation, scale and alpha by listening to a UIToggle (controller) On/Off commands.
UI Toggle Vector2 Animator
Specialized Reactor class that allows you to animate any public Vector2 field or property of any object
UI Toggle Vector3 Animator
Specialized Reactor class that allows you to animate any public Vector3 field or property of any object