interface ISimpleToolRailComponent {
    get session(): IPlayerUISession;
    get simpleTool(): ISimpleTool;
    get toolRail(): IModalTool;
}

Accessors

  • get session(): IPlayerUISession

    Returns IPlayerUISession

    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

    Returns IModalTool

    Get the implementation interface of the underlying tool rail component