Serialization Helpers
A base class for physics trigger and collision handling — inherit to create interactive volumes with enter, exit, and hold callbacks.
Categories:
Entity Utilities
Helper functions for finding entities by name.
| Function | Description |
|---|---|
EntityUtility::GetEntityByName(name) | Returns the entity pointer for the named entity. |
EntityUtility::GetEntityIdByName(name) | Returns the EntityId for the named entity. |