PathPrimSchemeDelegate#

class omni.kit.property.bundle.PathPrimSchemeDelegate#

Bases: PropertySchemeDelegate

A delegate class for generating widgets based on the given payload.

This class inherits from PropertySchemeDelegate and provides a mechanism to determine which widgets should be constructed for a given payload, specifically for paths.

Methods

get_widgets(payload)

Returns a list of widgets based on the provided payload.

__init__()#
get_widgets(payload)#

Returns a list of widgets based on the provided payload.

Parameters:

payload (list) – The payload to evaluate for widget creation.

Returns:

A list of widgets to be built.

Return type:

list