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
public ModifyTagsEffectCenter? Center { get; init; }
Property Value
- ModifyTagsEffectCenter?
public static Codec<ModifyTagsEffect> Codec { get; }
Property Value
- Codec<ModifyTagsEffect>
public float? Delay { get; init; }
Property Value
- float?
Entry
public int Entry { get; init; }
Property Value
- int
public string? Event { get; init; }
Property Value
- string
public float? Interval { get; init; }
Property Value
- float?
public string? MatchKey { get; init; }
Property Value
- string
public string? MatchValue { get; init; }
Property Value
- string
public ModifyTagsEffectOperation? Operation { get; init; }
Property Value
- ModifyTagsEffectOperation?
public double Radius { get; init; }
Property Value
- double
public string? TagKey { get; init; }
Property Value
- string
public string? TagValue { get; init; }
Property Value
- string