Class EffectsAction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/EffectsAction", "5d3add5e7b9a355e9f649f9bef5c4cbf3e8a89cabc74b81b4884f74c6259dca4")]
public sealed record EffectsAction : ConfigActions, IEquatable<EffectsAction>
- Inheritance
-
EffectsAction
- Implements
-
- Inherited Members
-
Properties
CameraFX
public CameraFX? CameraFX { get; init; }
Property Value
- CameraFX
LocationKey
public string LocationKey { get; init; }
Property Value
- string
Radius
public int Radius { get; init; }
Property Value
- int
Shape
public EffectsActionShape Shape { get; init; }
Property Value
- EffectsActionShape
SoundFX
public SoundFX? SoundFX { get; init; }
Property Value
- SoundFX
VisualFX
public VisualFX? VisualFX { get; init; }
Property Value
- VisualFX