The VolumeSystem class is a base GameObjectSystem for handling IVolume
components. It provides functionality to find volume components by their position in the scene.
The VolumeSystem class is a base GameObjectSystem for handling IVolume
components. It provides functionality to find volume components by their position in the scene.
Member Name | Summary |
---|---|
FindSingle | Find a volume of this type, at this point. Will return null if none. |
FindAll | Find all volumes of this type, at this point. |