SchemaPropertiesWidget#

class omni.kit.property.usd.SchemaPropertiesWidget(title: str, schema, include_inherited: bool)#

Bases: UsdPropertiesWidget

SchemaPropertiesWidget only filters properties and only show the onces from a given IsA schema or applied API schema.

Methods

__init__(title, schema, include_inherited)

Constructor.

on_new_payload(payload)

See PropertyWidget.on_new_payload

__init__(
title: str,
schema,
include_inherited: bool,
)#

Constructor.

Parameters:
  • title (str) – Title of the widgets on the Collapsible Frame.

  • schema – The USD IsA schema or applied API schema to filter properties.

  • include_inherited (bool) – Whether the filter should include inherited properties.

on_new_payload(payload)#

See PropertyWidget.on_new_payload