Skip to content

TextStudio3DMenuAction

ClassTextStudio.ThreeDTextStudio.3D
[AddComponentMenu("Text Studio/Spatial UI/3D Menu Action")]
public sealed class TextStudio3DMenuAction : MonoBehaviour

UnityEvent-friendly menu command for a 3D Button.

public void Execute()

Executes the configured show, push, back, close, close-all, activation, or Unity-event action against its resolved target.

public TextStudio3DMenuAction()

public TextStudio3DMenuController Controller { get; set; }

Returns

TextStudio.ThreeD.TextStudio3DMenuController

public TextStudio3DMenuActionType Action { get; set; }

Returns

TextStudio.ThreeD.TextStudio3DMenuActionType

public GameObject TargetPanel { get; set; }

Returns

UnityEngine.GameObject