Table of Contents

Class TeleporterCacheEntry

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Serializable entry representing a single teleporter destination in the TeleporterCache. Stores the stable GUID, scene, display name, position, and rotation for a destination.

[Serializable]
public class TeleporterCacheEntry
Inheritance
TeleporterCacheEntry
Inherited Members

Fields

DestinationID

The stable unique identifier for this teleporter destination.

public string DestinationID

Field Value

string

DisplayName

The display name of the destination GameObject, used for editor dropdown labels.

public string DisplayName

Field Value

string

Position

The world position of the destination.

public Vector3 Position

Field Value

Vector3

Rotation

The rotation at the destination.

public Quaternion Rotation

Field Value

Quaternion

SceneName

The name of the scene containing this destination.

public string SceneName

Field Value

string