Top Level
Components
Guides
Documenting
Defined in omni/core/IObject.h
Casts the given pointer to the given interface (e.g. T).
nullptr is accepted.
nullptr
A valid pointer is returned if the given pointer implements the given interface. Otherwise, nullptr is returned.