World Manager
C4World.h

class Interactor

The 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
World::AddInteractor

World::RemoveInteractor

World::Interact