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

访问器