Table of Contents

Class SetWeatherEffect

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/SetWeatherEffect", "0f8f5e99b27b3270bfe385eddf02f801cd77cfc5415c833e1b04229db1a42d0c")]
public sealed record SetWeatherEffect : TriggerVolumeEffects, IEquatable<SetWeatherEffect>
Inheritance
SetWeatherEffect
Implements
Inherited Members

Properties

Codec

public static Codec<SetWeatherEffect> Codec { get; }

Property Value

Codec<SetWeatherEffect>

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

Interval

public float? Interval { get; init; }

Property Value

float?

PlayerOnly

public bool PlayerOnly { get; init; }

Property Value

bool

ResetWeather

public bool ResetWeather { get; init; }

Property Value

bool

Weather

public string? Weather { get; init; }

Property Value

string