Table of Contents

Class PastePrefabEffect

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

Properties

Codec

public static Codec<PastePrefabEffect> Codec { get; }

Property Value

Codec<PastePrefabEffect>

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

Interval

public float? Interval { get; init; }

Property Value

float?

Origin

public PastePrefabEffectEffectOrigin? Origin { get; init; }

Property Value

PastePrefabEffectEffectOrigin?

Position

public Vector3d? Position { get; init; }

Property Value

Vector3d

Prefab

public string? Prefab { get; init; }

Property Value

string

PrefabList

public string? PrefabList { get; init; }

Property Value

string

Rotation

public PastePrefabEffectRotation? Rotation { get; init; }

Property Value

PastePrefabEffectRotation?

ShowParticles

public bool ShowParticles { get; init; }

Property Value

bool