OMNI_PLUGIN_INTERFACE
Defined in omni/core/Interface.h
- 
OMNI_PLUGIN_INTERFACE(name)
- Used to declare the interface description for an ONI object’s API layer. - Note - This does not need to be called directly if the - omni.bindtool is being used to generate the API layer for an interface. The- omni.bindtool will insert this call automatically.- Parameters
- name – [in] The fully qualified name of the interface (as a string literal) that contains this call. This call must be made from the class scope for the interface’s API layer.