TextStudio3DMenuAction
[AddComponentMenu("Text Studio/Spatial UI/3D Menu Action")]public sealed class TextStudio3DMenuAction : MonoBehaviourUnityEvent-friendly menu command for a 3D Button.
Methods
Section titled “Methods”
Execute()
Section titled “Execute()”public void Execute()Executes the configured show, push, back, close, close-all, activation, or Unity-event action against its resolved target.
Constructors
Section titled “Constructors”
TextStudio3DMenuAction()
Section titled “TextStudio3DMenuAction()”public TextStudio3DMenuAction()Properties
Section titled “Properties”
Controller
Section titled “Controller”public TextStudio3DMenuController Controller { get; set; }Returns
TextStudio.ThreeD.TextStudio3DMenuController
Action
Section titled “Action”public TextStudio3DMenuActionType Action { get; set; }Returns
TextStudio.ThreeD.TextStudio3DMenuActionType
TargetPanel
Section titled “TargetPanel”public GameObject TargetPanel { get; set; }Returns
UnityEngine.GameObject