TransportToRespawnLocation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The associated GameObject acts as a teleporter to a referenced respawn location.
public ref class TransportToRespawnLocation : UnityEngine::MonoBehaviour
[UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/TransportToRespawnLocation")]
[UnityEngine.RequireComponent(typeof(UnityEngine.Collider))]
public class TransportToRespawnLocation : UnityEngine.MonoBehaviour
[<UnityEngine.AddComponentMenu("Scripts/MRTK/Examples/TransportToRespawnLocation")>]
[<UnityEngine.RequireComponent(typeof(UnityEngine.Collider))>]
type TransportToRespawnLocation = class
inherit MonoBehaviour
Public Class TransportToRespawnLocation
Inherits MonoBehaviour
- Inheritance
-
UnityEngine.MonoBehaviourTransportToRespawnLocation
- Attributes
-
UnityEngine.AddComponentMenuAttribute UnityEngine.RequireComponentAttribute
Constructors
TransportToRespawnLocation() |