Table of Contents

Class ModifyTagsEffect

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

Properties

Center

public ModifyTagsEffectCenter? Center { get; init; }

Property Value

ModifyTagsEffectCenter?

Codec

public static Codec<ModifyTagsEffect> Codec { get; }

Property Value

Codec<ModifyTagsEffect>

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

Operation

public ModifyTagsEffectOperation? Operation { get; init; }

Property Value

ModifyTagsEffectOperation?

Radius

public double Radius { get; init; }

Property Value

double

TagKey

public string? TagKey { get; init; }

Property Value

string

TagValue

public string? TagValue { get; init; }

Property Value

string