This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Serialization Helpers

A base class for physics trigger and collision handling — inherit to create interactive volumes with enter, exit, and hold callbacks.

Entity Utilities

Helper functions for finding entities by name.

FunctionDescription
EntityUtility::GetEntityByName(name)Returns the entity pointer for the named entity.
EntityUtility::GetEntityIdByName(name)Returns the EntityId for the named entity.