interface ISimpleToolRailComponent {
    get session(): IPlayerUISession<Record<string, never>>;
    get simpleTool(): ISimpleTool;
    get toolRail(): IModalTool;
}

Accessors

  • get session(): IPlayerUISession<Record<string, never>>
  • Beta

    Returns IPlayerUISession<Record<string, never>>

    Get a reference to the IPlayerUISession. This is the primary interface to the editor UI and all of the editor extension controls

  • get toolRail(): IModalTool
  • Beta

    Returns IModalTool

    Get the implementation interface of the underlying tool rail component