Class FormaAnimation
Class FormaAnimation.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Industrial.Forma.Staging.Animations
Syntax
[MovedFrom(true, "UnityEngine.Industrial.Configuring.Animations", "Unity.Industrial.Configurator", null)]
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 |