class VolumeSystem : GameObjectSystem<T>

robot_2Generated
code_blocksInput

Description

The VolumeSystem class is a specialized GameObjectSystem designed for managing IVolume components. It provides functionality to locate volume components based on their position within the scene.

Members

Instance Methods

Member NameSummary
FindSingleFind a volume of this type, at this point. Will return null if none.
FindAllFind all volumes of this type, at this point.