Click or drag to resize

ExampleTeleportButton Class

An example of using the world space button to switch between game objects when a button is pressed
Inheritance Hierarchy
SystemObject
  UnityEngine.Object
    UnityEngine.Component
      UnityEngine.Behaviour
        UnityEngine.MonoBehaviour
          ImmerseSDK.ExamplesExampleTeleportButton

Namespace:  ImmerseSDK.Examples
Assembly:  ImmerseSDK.NotInDll (in ImmerseSDK.NotInDll.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public class ExampleTeleportButton : UnityEngine.MonoBehaviour

The ExampleTeleportButton type exposes the following members.

Constructors
  NameDescription
Public methodExampleTeleportButton
Initializes a new instance of the ExampleTeleportButton class
Top
Fields
Extension Methods
  NameDescription
Public Extension MethodGetCopyOf
Copies all properties of a component from source to target. Uses reflection to set properties.
(Defined by ComponentExtensions.)
Public Extension MethodWaitForT
Waits for a singleton on a coroutine
(Defined by SingletonManager.)
Top
See Also