![]() |
• World Manager | ||
|
API Links
Developer Links
|
Node::EnterZoneDefined in:
Called when a node enters a zone.
C4Node.hPrototype
Parameters
Description
The EnterZone function is called by the engine when a node is placed into a new zone. Unless the node is initially being added to the scene, a call to this function will be preceded by a call to the Node::ExitZone function for the zone that the node was previously in.
See Also
|