C4 Engine
C4 Engine API Documentation

class Interactor

Defined in:  C4World.h
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::DetectInteractions