UxrGrabManager.GetOverrideGrabPoseBlendValue Method

Gets the blend value for the Blend pose used when grabbing the given UxrGrabbableObject using the UxrGrabber. Blending is used to transition between different states such as open/closed or similar.

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

Syntax

C#

public float GetOverrideGrabPoseBlendValue(
	UxrGrabber grabber,
	UxrGrabbableObject grabbableObject
)

Parameters

 

grabber
Type: UltimateXR.Manipulation.UxrGrabber
Grabber
grabbableObject
Type: UltimateXR.Manipulation.UxrGrabbableObject
Grabbable object

Return Value

Type: Single
Blending value [0.0, 1.0]

See Also

Reference

UxrGrabManager Class
UltimateXR.Manipulation Namespace