get_command_parameters

omni.kit.commands.get_command_parameters(name: str) List[Type[CommandParameter]]

Get all parameters for a Commands.

Parameters

nameCommand name. It may include a module name to be more specific and avoid conflicts.

Returns

A list of CommandParameter (except ‘self’ parameter)