![]() |
• World Manager | ||||
|
API Links
Developer Links
|
Interactor::SetInteractionProbeDefined in:
Sets the line segment representing the interaction probe.
C4World.hPrototype
Parameters
Description
The SetInteractionProbe sets the world-space endpoint coordinates of the probe used to test for interactive objects. This function is typically called from within a function overriding the World::Interact function before the base class Interact function is called.When the interaction probe intersects interactive objects in a world, the Interactor::HandleInteractionEvent function is called to handle various interaction events.
See Also
|