Particleclass

objectParticle
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public class Sandbox.Particle

Constructors1

Showing 1 constructors

Methods7

Showing 7 methods

public void ApplyDamping(float amount)PUBLIC

ParameterTypeDescription
amountfloat
Returns:void

public T Get(string key)PUBLIC

Get an arbituary data value

ParameterTypeDescription
keystring
Returns:T

public float Rand(int seed = 0, int line = 0)PUBLIC

ParameterTypeDescription
seed = 0int
line = 0int
Returns:float

public void Set(string key, T tvalue)PUBLIC

Set an arbituary data value

ParameterTypeDescription
keystring
tvalueT
Returns:void

Properties1

Showing 1 properties

public float Sandbox.Particle.LifeTimeRemaining { get; set; }PUBLICGETSET

Returns:float

On this page