ParticleSnapshotclass

A particle snapshot that can be created procedurally. Contains a set of vertices that particle effects can address.

objectResourceParticleSnapshot
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.ParticleSnapshot : Sandbox.Resource

Obsolete

This API type is obsolete.

Constructors1

Showing 1 constructors

public ParticleSnapshot()PUBLICCONSTRUCTOR

Create new empty procedural particle snapshot.

Methods1

Showing 1 methods

public void Update(System.Span`1<Sandbox.ParticleSnapshot.Vertex> vertices)PUBLICPER-FRAME

ParameterTypeDescription
verticesSpan<Vertex>
Returns:void

Properties1

Showing 1 properties

public virtual bool Sandbox.ParticleSnapshot.IsValid { get; set; }PUBLICVIRTUALGETSET

Returns:bool

On this page