RestoreDefaultRenderSettingSectionCommand#

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

Bases: Command

Restore default settings for the whole section Command.

Parameters:

path – Path to the settings section to be reset.

Methods

__init__(path)

do()

undo()

__init__(path: str)#