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