Table of Contents

Class TagCondition

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

Properties

Center

public TagConditionCenter? Center { get; init; }

Property Value

TagConditionCenter?

Codec

public static Codec<TagCondition> Codec { get; }

Property Value

Codec<TagCondition>

Comparison

public TagConditionComparison? Comparison { get; init; }

Property Value

TagConditionComparison?

Entry

public int Entry { get; init; }

Property Value

int

Event

public string? Event { get; init; }

Property Value

string

Inverted

public bool Inverted { get; init; }

Property Value

bool

MatchKey

public string? MatchKey { get; init; }

Property Value

string

MatchValue

public string? MatchValue { get; init; }

Property Value

string

MinimumCount

public int MinimumCount { get; init; }

Property Value

int

Radius

public double Radius { get; init; }

Property Value

double

Source

public Source? Source { get; init; }

Property Value

Source?

TagKey

public string? TagKey { get; init; }

Property Value

string

TagValue

public string? TagValue { get; init; }

Property Value

string