API ReferenceSandbox.Volumes
public sealed class Sandbox.Volumes.VolumeSystem : Sandbox.GameObjectSystem<T>
A base GameObjectSystem for handling of IVolume components. You can use this to find volume components by position.
Constructors
Showing 1 constructors
public VolumeSystem(Sandbox.Scene scene)
No results match this filter.
Methods
Showing 2 methods
public System.Collections.Generic.IEnumerable`1<T> FindAll(Vector3 position)
Find all volumes of this type, at this point
public T FindSingle(Vector3 position)
Find a volume of this type, at this point. Will return null if none.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Volumes |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Volumes.VolumeSystem |