Interface ITeleporter
Server-side interface for teleporter interactables. Exposes the target transform needed for same-scene teleportation.
public interface ITeleporter : IInteractable, ISceneObject
- Inherited Members
Properties
AchievementTemplate
Achievement template to increment when a player uses this teleporter.
AchievementTemplate AchievementTemplate { get; }
Property Value
Target
The target transform to teleport the player to. May be null for cross-scene teleportation.
Transform Target { get; }
Property Value
- Transform