omniGetTypeFactoryWithoutAcquire

Defined in omni/core/ITypeFactory.h

inline omni::core::ITypeFactory *omniGetTypeFactoryWithoutAcquire()

Returns the global ITypeFactory. omni::core::IObject::acquire() is not called on the returned pointer.

The global omni::core::ITypeFactory instance can be configured by passing an omni::core::ITypeFactory to omniCoreStart(). If an instance is not provided, omniCreateTypeFactory() is called.