Table of Contents

Class ModifyRulesEffect

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

Properties

Active

public bool Active { get; init; }

Property Value

bool

Center

public ModifyRulesEffectCenter? Center { get; init; }

Property Value

ModifyRulesEffectCenter?

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

FieldKey

public string? FieldKey { 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

Operation

public ModifyRulesEffectOperation? Operation { get; init; }

Property Value

ModifyRulesEffectOperation?

Radius

public double Radius { get; init; }

Property Value

double

Rule

public ModifyRulesEffectRule? Rule { get; init; }

Property Value

ModifyRulesEffectRule