RestoreDefaultRenderSettingCommand#

class omni.rtx.window.settings.commands.RestoreDefaultRenderSettingCommand(path: str)#

Bases: Command

Restore default setting for Renderer Command.

Parameters:

path – Path to the setting to be reset.

Methods

__init__(path)

do()

undo()

__init__(path: str)#