Click or drag to resize

TouchInteractableanimator Property

Gets the Animator component on this GameObject. Returns null if no Animator component is found.

Namespace:  Rewired.ComponentControls
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Animator animator { get; }

Property Value

Type: Animator
See Also