Table of Contents

Class TeleportEffect

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

Properties

Codec

public static Codec<TeleportEffect> Codec { get; }

Property Value

Codec<TeleportEffect>

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?

Position

public Vector3d? Position { get; init; }

Property Value

Vector3d

RelativeToEntity

public bool RelativeToEntity { get; init; }

Property Value

bool

RelativeToVolume

public bool RelativeToVolume { get; init; }

Property Value

bool

ResetVelocity

public bool ResetVelocity { get; init; }

Property Value

bool

Rotation

public Vector3d? Rotation { get; init; }

Property Value

Vector3d

UseRotation

public bool UseRotation { get; init; }

Property Value

bool

World

public string? World { get; init; }

Property Value

string