Table of Contents

Class SpawnNpcEffect

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

Properties

Codec

public static Codec<SpawnNpcEffect> Codec { get; }

Property Value

Codec<SpawnNpcEffect>

Count

public int Count { get; init; }

Property Value

int

Delay

public float? Delay { get; init; }

Property Value

float?

Entry

public int Entry { get; init; }

Property Value

int

Event

public string? Event { get; init; }

Property Value

string

GroupType

public string? GroupType { get; init; }

Property Value

string

Interval

public float? Interval { get; init; }

Property Value

float?

NpcType

public string? NpcType { get; init; }

Property Value

string

Offset

public Vector3d? Offset { get; init; }

Property Value

Vector3d

Origin

public SpawnNpcEffectEffectOrigin? Origin { get; init; }

Property Value

SpawnNpcEffectEffectOrigin?

Yaw

public float? Yaw { get; init; }

Property Value

float?