Click or drag to resize

UnityXRInputModuleGetHandStrategy Method

Create an instance of the strategy we want to use for this controller

Namespace:  ImmerseSDK.Platforms.UnityXR
Assembly:  ImmerseSDK.NoDll (in ImmerseSDK.NoDll.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
protected virtual UnityXRHandStrategy GetHandStrategy(
	Hands hand
)

Parameters

hand
Type: ImmerseSDK.AvatarsHands

Return Value

Type: UnityXRHandStrategy
See Also