World::RemoveInteractor
Defined in:
Removes an interactor from a world.
C4World.h
Prototype
void RemoveInteractor(Interactor *interactor);
Parameters
interactor |
The interactor to remove from the world. |
Description
The RemoveInteractor
function removes an interactor from a world so that it is no longer tested against interactive nodes.
See Also