Table of Contents

Class SceneTeleporterCacheEntry

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Serializable entry representing a single scene teleporter in the TeleporterCache. Stores the teleporter name, scene, destination connection, and position.

[Serializable]
public class SceneTeleporterCacheEntry
Inheritance
SceneTeleporterCacheEntry
Inherited Members

Fields

DestinationID

The DestinationID this teleporter connects to, referencing a TeleporterCacheEntry.

public string DestinationID

Field Value

string

Position

The world position of the teleporter.

public Vector3 Position

Field Value

Vector3

SceneName

The name of the scene containing this teleporter.

public string SceneName

Field Value

string

ScenePath

The asset path to the scene containing this teleporter. Used by editor tooling to open the source scene directly.

public string ScenePath

Field Value

string

TeleporterGlobalObjectId

Persistent GlobalObjectId string for this teleporter object in the scene. Used by editor tooling to re-select the exact object after scene load.

public string TeleporterGlobalObjectId

Field Value

string

TeleporterName

The name of the teleporter GameObject, used as the runtime lookup key within a scene.

public string TeleporterName

Field Value

string