ChangeDraggableSettingCommand

class omni.kit.commands.builtin.ChangeDraggableSettingCommand(path, value)

Bases: Command

Change draggable setting Command.

Parameters
  • path – Path to the setting to change.

  • value – New value to change to.

Methods

__init__(path, value)

do()

__init__(path, value)