Table of Contents

Class SendSignalEffect

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

Properties

Center

public SendSignalEffectCenter? Center { get; init; }

Property Value

SendSignalEffectCenter?

Codec

public static Codec<SendSignalEffect> Codec { get; }

Property Value

Codec<SendSignalEffect>

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?

MatchKey

public string? MatchKey { get; init; }

Property Value

string

MatchValue

public string? MatchValue { get; init; }

Property Value

string

Radius

public double Radius { get; init; }

Property Value

double

SignalKeys

public List<string>? SignalKeys { get; init; }

Property Value

List<string>

SignalValues

public List<string>? SignalValues { get; init; }

Property Value

List<string>