| BeamInstance |
| EndPosition | End position of the beam in world space. |
| RandomSeed | Random seed used to generate consistent random values for this beam instance. |
| Renderer | LineRenderer component used to render the beam visually. |
| StartPosition | Start position of the beam in world space. |
| TimeBorn | Time when the beam was created (born). |
| TimeDie | Time when the beam will expire (die). |
| Delta | Returns the normalized lifetime of the beam, ranging from 0 (just born) to 1 (expired). |
| Destroy | Destroys the beam instance, cleaning up its resources. |