UxrManager.MoveAvatarTo Method (UxrAvatar, Transform, Boolean)
See MoveAvatarTo.
Namespace: UltimateXR.Core
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public void MoveAvatarTo(
UxrAvatar avatar,
Transform destination,
bool propagateEvents = true
)
Parameters
- avatar
- Type: UltimateXR.Avatar.UxrAvatar
The avatar to move - destination
- Type: Transform
The position and orientation on the floor - propagateEvents (Optional)
- Type: System.Boolean
Whether to propagate AvatarMoving/AvatarMoved events
See Also
Reference
UxrManager Class
MoveAvatarTo Overload
UltimateXR.Core Namespace