Class CancelParticlesEffect
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/CancelParticlesEffect", "cab54c0b86e36121f9dfe42948eb2373a519461fc389698c338d2efb5777125c")]
public sealed record CancelParticlesEffect : TriggerVolumeEffects, IEquatable<CancelParticlesEffect>
- Inheritance
-
CancelParticlesEffect
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<CancelParticlesEffect> Codec { get; }
Property Value
- Codec<CancelParticlesEffect>
Delay
public float? Delay { get; init; }
Property Value
- float?
Entry
public int Entry { get; init; }
Property Value
- int
Event
public string? Event { get; init; }
Property Value
- string
Instant
public bool Instant { get; init; }
Property Value
- bool
Interval
public float? Interval { get; init; }
Property Value
- float?
ParticleSystems
public List<string>? ParticleSystems { get; init; }
Property Value
- List<string>