Click or drag to resize

ITeleportingAvatar Interface

If an Avatar implements this, it can teleport

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public interface ITeleportingAvatar : IAvatar

The ITeleportingAvatar type exposes the following members.

Properties
  NameDescription
Public propertyNavigation
The Navigation component
Top
Methods
  NameDescription
Public methodSetLocationPersisted
Moves the avatar's to the specified position and rotation in worldspace, and is persisted. If correctForPlaySpace is TRUE, then the Avatar's head will appear at the location specified. If correctForPlaySpace is FALSE, then the play space's center will appear at the location specified
Top
See Also