API Referenceglobal
BeamInstanceclass
Represents an individual beam instance within the effect.
object→BeamInstance
Constructors1
Showing 1 constructors
public BeamInstance()
No results match this filter.
Methods1
Showing 1 methods
public void Destroy()
Destroys the beam instance, cleaning up its resources.
Returns:
void—No results match this filter.
Properties1
Showing 1 properties
public float Sandbox.BeamEffect.BeamInstance.Delta { get; set; }
Returns the normalized lifetime of the beam, ranging from 0 (just born) to 1 (expired).
Returns:
float—No results match this filter.