Script API - v1.21.90.25
    Preparing search index...

    Interface ISimpleToolRailComponent

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

    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