Class SceneTeleporterCacheEntry
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
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
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
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
TeleporterName
The name of the teleporter GameObject, used as the runtime lookup key within a scene.
public string TeleporterName