API ReferenceSandbox
ParticleSnapshotclass
A particle snapshot that can be created procedurally. Contains a set of vertices that particle effects can address.
Obsolete
This API type is obsolete.
Constructors1
Showing 1 constructors
public ParticleSnapshot()
Create new empty procedural particle snapshot.
No results match this filter.
Methods1
Showing 1 methods
public void Update(System.Span`1<Sandbox.ParticleSnapshot.Vertex> vertices)
| Parameter | Type | Description |
|---|---|---|
| vertices | Span<Vertex> | — |
Returns:
void—No results match this filter.
Properties1
Showing 1 properties
public virtual bool Sandbox.ParticleSnapshot.IsValid { get; set; }
Returns:
bool—No results match this filter.