WaypointBrowserWidget#

class omni.kit.waypoint.core.WaypointBrowserWidget(
model: WaypointModel | None = None,
delegate: WaypointDelegate | None = None,
max_thumbnail_size: int = 320,
on_waypoint_selection_changed: callable = None,
)#

Bases: BrowserWidget

Represent waypoint browser widget.

Methods

__init__([model, delegate, ...])

destroy()

Destroys widget resources by calling the parent destroy method, resetting the detail view selection callback if present, and destroying the associated model and delegate.

Attributes

__init__(
model: WaypointModel | None = None,
delegate: WaypointDelegate | None = None,
max_thumbnail_size: int = 320,
on_waypoint_selection_changed: callable = None,
)#
destroy() None#

Destroys widget resources by calling the parent destroy method, resetting the detail view selection callback if present, and destroying the associated model and delegate.