World::AddInteractor
Defined in:
Adds an interactor to a world.
C4World.h
Prototype
void AddInteractor(Interactor *interactor);
Parameters
interactor |
The interactor to add to the world. |
Description
The AddInteractor
function adds an interactor to a world. Each interactor has an interaction probe that is tested against interactive nodes in a world when the World::DetectInteractions
function is called by the World Manager.
See Also