接口 ISimpleToolRailComponent实验性

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

访问器

  • get session(): IPlayerUISession<Record<string, never>>
  • 实验性

    返回 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 simpleTool(): ISimpleTool
  • 实验性

    返回 ISimpleTool

    Get a reference to the parent tool.

  • get toolRail(): IModalTool
  • 实验性

    返回 IModalTool

    Get the implementation interface of the underlying tool rail component