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