ICppExt#
- class omni.ext.ICppExt#
Bases:
pybind11_objectBase interface for C++ extensions implemented in Python.
Methods
- __init__(*args, **kwargs)#
- shutdown(self: omni.ext._extensions.ICppExt) None#
- startup(self: omni.ext._extensions.ICppExt, arg0: str) None#