API ReferenceSandbox
public sealed class Sandbox.ParticleSnapshot : Sandbox.ResourceObsolete
A particle snapshot that can be created procedurally. Contains a set of vertices that particle effects can address.
Obsolete
This API type is obsolete.
Constructors
Showing 1 constructors
public ParticleSnapshot()
Create new empty procedural particle snapshot.
No results match this filter.
Methods
Showing 1 methods
public void Update(System.Span`1<Sandbox.ParticleSnapshot.Vertex> vertices)
No results match this filter.
Properties
Showing 1 properties
public virtual bool Sandbox.ParticleSnapshot.IsValid { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ParticleSnapshot |