s&box docs

public class Sandbox.BeamEffect.BeamInstance

Represents an individual beam instance within the effect.

Constructors

Showing 1 constructors

Methods

Showing 1 methods

public void Destroy()

Destroys the beam instance, cleaning up its resources.

Properties

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).

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.BeamEffect.BeamInstance

On this page