IDynamicFloatContextclass

objectIDynamicFloatContext
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.IDynamicFloatContext

Properties2

Showing 2 properties

public virtual float Sandbox.IDynamicFloatContext.LifetimeDelta { get; set; }PUBLICVIRTUALGETSET

Should return the lifetime delta we're going to use to evaluate

Returns:float

public virtual int Sandbox.IDynamicFloatContext.RandomSeed { get; set; }PUBLICVIRTUALGETSET

Should return the seed we're using for randomness

Returns:int

On this page