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.