class VolumeSystem : GameObjectSystem<T>

book_4_sparkGenerated
code_blocksInput

Description

The VolumeSystem class is a base GameObjectSystem for handling IVolume components. It provides functionality to find volume components by their position in 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.