class Interactor
Defined in:
The C4World.h
Interactor
class handles interaction events.
Definition
class Interactor : public ListElement<Interactor>
Member Functions
Interactor::GetInteractionNode |
Returns the node currently engaged in interaction. |
Interactor::SetInteractionProbe |
Sets the line segment representing the interaction probe. |
Interactor::HandleInteractionEvent |
Called to handle an interaction event. |
Constructor
Interactor();
Description
Base Classes
ListElement<Interactor> |
Used internally by the World Manager. |
See Also