Interface ISimpleToolRailComponent

Hierarchy

  • ISimpleToolRailComponent

Accessors

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

    Remarks

    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
  • Returns ISimpleTool

    Remarks

    Get a reference to the parent tool.

  • get toolRail(): IModalTool
  • Returns IModalTool

    Remarks

    Get the implementation interface of the underlying tool rail component