Class VisualFX
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/VisualFX", "5ec2e3aee125e9646f6934f73589e76d861bbe69906f7fcb5527e475d9e9ca43")]
public sealed record VisualFX : IEquatable<VisualFX>
- Inheritance
-
VisualFX
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<VisualFX> Codec { get; }
Property Value
- Codec<VisualFX>
Color
public string? Color { get; init; }
Property Value
- string
DurationMax
public float? DurationMax { get; init; }
Property Value
- float?
DurationMin
public float? DurationMin { get; init; }
Property Value
- float?
Effect
public string Effect { get; init; }
Property Value
- string
ScaleMax
public float? ScaleMax { get; init; }
Property Value
- float?
ScaleMin
public float? ScaleMin { get; init; }
Property Value
- float?