Click or drag to resize

ExampleTeleportGroup Class

This example shows how to implement script-based teleporting for a whole group of avatars by using custom messages. Any user can press a key to teleport all connected users to a specific location within the scene.
Inheritance Hierarchy

Namespace:  ImmerseSDK.Examples
Assembly:  ImmerseSDK.NotInDll (in ImmerseSDK.NotInDll.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public class ExampleTeleportGroup : ExampleTeleport

The ExampleTeleportGroup type exposes the following members.

Constructors
  NameDescription
Public methodExampleTeleportGroup
Initializes a new instance of the ExampleTeleportGroup class
Top
Methods
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