UxrGrabbableObject.Editor_GetAllRegisteredAvatarGrabAlignTransforms Method (UxrAvatar, Boolean, Boolean, Boolean)

Gets all the align transforms of a given registered avatar and hand.

Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public IEnumerable<Transform> Editor_GetAllRegisteredAvatarGrabAlignTransforms(
	UxrAvatar avatar,
	bool includeLeft,
	bool includeRight,
	bool usePrefabInheritance
)


Parameters

 

avatar
Type: UltimateXR.Avatar.UxrAvatar
The avatar instance or prefab
includeLeft
Type: System.Boolean
Whether to include snap transforms for the left hand
includeRight
Type: System.Boolean
Whether to include snap transforms for the right hand
usePrefabInheritance
Type: System.Boolean
Whether to get the transforms for

Return Value

Type: IEnumerable(Transform)
List of align transforms

See Also

Reference

UxrGrabbableObject Class
Editor_GetAllRegisteredAvatarGrabAlignTransforms Overload
UltimateXR.Manipulation Namespace