Table of Contents

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

Codec<TimeOfDayCondition>

Entry

public int Entry { get; init; }

Property Value

int

Event

public string? Event { get; init; }

Property Value

string

MaxHour

public float? MaxHour { get; init; }

Property Value

float?

MinHour

public float? MinHour { get; init; }

Property Value

float?