s&box docs
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

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.

Metadata

FieldValue
NamespaceSandbox.Volumes
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Volumes.VolumeSystem

On this page