Click or drag to resize

NavigationTeleportHandler Delegate

Signature for the OnBeforeTeleport and OnAfterTeleport events

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public delegate void TeleportHandler(
	ITeleportingAvatar avatar,
	UnityEngine.Vector3 newPosition,
	Nullable<UnityEngine.Quaternion> newRotation,
	bool correctForPlaySpace
)

Parameters

avatar
Type: ImmerseSDK.AvatarsITeleportingAvatar
newPosition
Type: UnityEngine.Vector3
newRotation
Type: SystemNullableUnityEngine.Quaternion
correctForPlaySpace
Type: SystemBoolean
See Also