get_model_cls#

omni.kit.property.usd.get_model_cls(cls, args, key='model_cls')#

Retrieves the model class from the arguments.

Parameters:
  • cls – The default model class.

  • args – The arguments.

  • key – The key to retrieve the model class from the arguments.

Returns:

The model class.