Class TimeEffect
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/TimeEffect", "7f1a2a6766947231be65a3d9dfb79309165584a8715e5eb904bd29e45abebcea")]
public sealed record TimeEffect : TriggerVolumeEffects, IEquatable<TimeEffect>
- Inheritance
-
TimeEffect
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<TimeEffect> Codec { get; }
Property Value
- Codec<TimeEffect>
Delay
public float? Delay { get; init; }
Property Value
- float?
DurationSeconds
public float? DurationSeconds { get; init; }
Property Value
- float?
Entry
public int Entry { get; init; }
Property Value
- int
Event
public string? Event { get; init; }
Property Value
- string
Forward
public bool Forward { get; init; }
Property Value
- bool
Interval
public float? Interval { get; init; }
Property Value
- float?
Mode
public TimeEffectMode? Mode { get; init; }
Property Value
- TimeEffectMode?
PauseOnComplete
public bool PauseOnComplete { get; init; }
Property Value
- bool
PlayerOnly
public bool PlayerOnly { get; init; }
Property Value
- bool
TargetHour
public float? TargetHour { get; init; }
Property Value
- float?