Class ControlDoorsEffect
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ControlDoorsEffect", "68a5cc2438791f5f732aabd98a459010ae04a4e5fd8cb458e384fe67df02cf55")]
public sealed record ControlDoorsEffect : TriggerVolumeEffects, IEquatable<ControlDoorsEffect>
- Inheritance
-
ControlDoorsEffect
- Implements
- Inherited Members
Properties
Action
public DoorAction? Action { get; init; }
Property Value
Codec
public static Codec<ControlDoorsEffect> 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
Interval
public float? Interval { get; init; }