Class FormaAnimation
Class FormaAnimation.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.Animations
Syntax
public class FormaAnimation : MonoBehaviour
Fields
m_EnterCommand
Enter command
Declaration
[Header("Enter Command")]
[SerializeField]
protected Command m_EnterCommand
Field Value
Type | Description |
---|---|
Command |
m_ExitCommand
Exit command
Declaration
[Header("Exit Command")]
[SerializeField]
protected Command m_ExitCommand
Field Value
Type | Description |
---|---|
Command |