Api Sandbox ParticleSnapshot
class

ParticleSnapshot

public sealed class ParticleSnapshot : Resource

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

Attributes

[ Obsolete ]

Constructors

ParticleSnapshot()

Create new empty procedural particle snapshot.

Properties

Name Type Description
IsValid virtual Boolean

Methods

Void Update(Span<Vertex> vertices)
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.ParticleSnapshot