AssetPathSettingsModel#

class omni.kit.widget.settings.settings_model.AssetPathSettingsModel(setting_path: str, draggable: bool = False)#

Bases: SettingModel

Methods

get_resolved_path()

Get full path.

Attributes

__init__(
setting_path: str,
draggable: bool = False,
)#

SettingModel init function.

Parameters:
  • setting_path – setting_path carb setting to create a model for

  • draggable – is it a numeric value you will drag in the UI?

get_resolved_path()#

Get full path.