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

load_items

Inherited Methods

add

Add a component to the container.

display_text

Display a text when there is nothing else to show.

remove

Remove a component from the container.

reset

Reset the container to its initial state.

update

Update the container and its children.