Click or drag to resize

UnityXRInputModuleUIPress Method

Indicates whether controller input should cause a Menu UI press event

Namespace:  ImmerseSDK.Platforms.UnityXR
Assembly:  ImmerseSDK.NoDll (in ImmerseSDK.NoDll.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public override bool UIPress()

Return Value

Type: Boolean
True if a UI press should happen this frame, otherwise false
See Also