Search Results for

    Show / Hide Table of Contents

    Class OpenXRBoolInputAction

    Represent a boolean OpenXR of type XR_ACTION_TYPE_BOOLEAN_INPUT.

    Inheritance
    object
    DisposableObject
    OpenXRAction
    OpenXRAction<bool>
    OpenXRInputAction<bool>
    OpenXRBoolInputAction
    Inherited Members
    OpenXRAction.ActionName
    OpenXRAction.LocalizedActionName
    OpenXRAction.OpenXRPlatform
    OpenXRAction.Action
    OpenXRAction.ActionType
    OpenXRAction.IsActive
    OpenXRAction.Destroy()
    DisposableObject.Disposed
    DisposableObject.Dispose()
    DisposableObject.Dispose(bool)
    Namespace: Evergine.OpenXR.InputTracking.Actions
    Assembly: Evergine.OpenXR.dll
    Syntax
    public class OpenXRBoolInputAction : OpenXRInputAction<bool>

    Constructors

    OpenXRBoolInputAction(OpenXRPlatform, XrActionSet, ulong[], string, string)

    Initializes a new instance of the OpenXRBoolInputAction class.

    Declaration
    public OpenXRBoolInputAction(OpenXRPlatform openXRPlatform, XrActionSet xrActionSet, ulong[] subActionPaths, string actionName, string localizedActionName)
    Parameters
    Type Name Description
    OpenXRPlatform openXRPlatform

    The OpenXR platform.

    XrActionSet xrActionSet

    The openXR actionset.

    ulong[] subActionPaths

    The subaction paths for this action.

    string actionName

    The action name.

    string localizedActionName

    The localized action name.

    Methods

    GetValue(uint)

    Gets the action value.

    Declaration
    public override bool GetValue(uint subActionPathIdx)
    Parameters
    Type Name Description
    uint subActionPathIdx

    The subAction index.

    Returns
    Type Description
    bool

    The action value.

    Overrides
    OpenXRInputAction<bool>.GetValue(uint)

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX