Api Sandbox ParticleVector3
struct

ParticleVector3

public sealed struct ParticleVector3

Methods

Vector3 Evaluate(Single delta, Single a, Single b, Single c)
Vector3 Evaluate(Particle p, Int32 seed, Int32 line = 0)
Boolean IsNearlyZero()

Fields

Name Type Description
X ParticleFloat
Y ParticleFloat
Z ParticleFloat
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.ParticleVector3