Click or drag to resize

IAvatarSetLocation Method

Sets the location of the Avatar

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
void SetLocation(
	UnityEngine.Vector3 position,
	Nullable<UnityEngine.Quaternion> rotation,
	bool correctForPlaySpace
)

Parameters

position
Type: UnityEngine.Vector3
rotation
Type: SystemNullableUnityEngine.Quaternion
correctForPlaySpace
Type: SystemBoolean
See Also