SideBarRight
- class SideBarRight[source]
Bases:
Container
Sidebar for the right side of the window, containing commonly used forms like sceneform and objectsetting.
- Parameters:
- itemslist[dict[str, Callable]]
List of items to be added to the sidebar.
- Attributes:
- sceneformSceneform
Sceneform component, if it is in the items list.
- tabformTabform
TabForm component containing ObjectSetting and CameraSetting, if they are in the items list.
- object_settingObjectSetting
ObjectSetting component nested within the TabForm, if it is in the items list.
- camera_settingCameraSetting
CameraSetting component nested within the TabForm, if it is in the items list.
Methods
Inherited Methods
Add a component to the container.
Display a text when there is nothing else to show.
Remove a component from the container.
Reset the container to its initial state.
Update the container and its children.