UxrAvatarRig.GetHandSide Method
Checks which side a transform is part of, based on which wrist it hangs from or if it hangs from an UxrHandIntegration.
Namespace: UltimateXR.Avatar.Rig
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static bool GetHandSide(
Transform transform,
out UxrHandSide side
)
Parameters
- transform
- Type: Transform
Transform to check which side it is part of - side
- Type: UltimateXR.Core.UxrHandSide
Returns the side, if found
Return Value
Type: Boolean
Whether a side was found