get_command_parameters#
- omni.kit.commands.get_command_parameters(
- name: str,
Get all parameters for a Commands.
- Parameters:
name – Command name. It may include a module name to be more specific and avoid conflicts.
- Returns:
A list of CommandParameter (except ‘self’ parameter)