Class TimeOfDayCondition
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/TimeOfDayCondition@1", "ba45177b4b11d4e9a0ed9d6448a99a36b5019b887c25011f4b0d8839025ffb96")]
public sealed record TimeOfDayCondition : TriggerVolumeConditions, IEquatable<TimeOfDayCondition>
- Inheritance
-
TimeOfDayCondition
- Implements
- Inherited Members
Properties
Codec
public static Codec<TimeOfDayCondition> Codec { get; }
Property Value
Entry
public int Entry { get; init; }
Property Value
Event
public string? Event { get; init; }
Property Value
MaxHour
public float? MaxHour { get; init; }
Property Value
MinHour
public float? MinHour { get; init; }