Enum PokeAxis
Represents the poke evaluation axis used.
Namespace: UnityEngine.XR.Interaction.Toolkit.Filtering
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum PokeAxis
Fields
Name | Description |
---|---|
NegativeX | Allow poking in the negative X-axis direction. |
NegativeY | Allow poking in the negative Y-axis direction. |
NegativeZ | Allow poking in the negative Z-axis direction. |
None | No axis is allowed for poking. |
X | Allow poking in the positive X-axis direction. |
Y | Allow poking in the positive Y-axis direction. |
Z | Allow poking in the positive Z-axis direction. |