Class FormaAnimation
Class FormaAnimation.
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
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
Properties
EnterCommands
Gets or sets the enter commands.
Declaration
public List<Command> EnterCommands { get; set; }
Property Value
Type | Description |
---|---|
List<Command> |
ExitCommands
Gets or sets the exit commands.
Declaration
public List<Command> ExitCommands { get; set; }
Property Value
Type | Description |
---|---|
List<Command> |