docs.unity.cn
    Show / Hide Table of Contents

    Enum PokeAxis

    Represents the poke evaluation axis used.

    Namespace: UnityEngine.XR.Interaction.Toolkit.Filtering
    Syntax
    public enum PokeAxis

    Fields

    Name Description Value
    None

    No axis is allowed for poking.


    0
    X

    Allow poking in the positive X-axis direction.


    1
    Y

    Allow poking in the positive Y-axis direction.


    2
    Z

    Allow poking in the positive Z-axis direction.


    3
    NegativeX

    Allow poking in the negative X-axis direction.


    4
    NegativeY

    Allow poking in the negative Y-axis direction.


    5
    NegativeZ

    Allow poking in the negative Z-axis direction.


    6
    See Also
    pokeDirection
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Tuesday, June 20, 2023