Table of Contents

Class PlayVfxEffect

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

Properties

Anchor

public Anchor? Anchor { get; init; }

Property Value

Anchor?

Codec

public static Codec<PlayVfxEffect> Codec { get; }

Property Value

Codec<PlayVfxEffect>

Delay

public float? Delay { get; init; }

Property Value

float?

Duration

public float? Duration { 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?

Offset

public Vector3d? Offset { get; init; }

Property Value

Vector3d

ParticleSystem

public string? ParticleSystem { get; init; }

Property Value

string

Rotation

public Vector3d? Rotation { get; init; }

Property Value

Vector3d

Scale

public float? Scale { get; init; }

Property Value

float?