日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Enum InteractableStates.InteractableStateEnum

    List of valid state types for Interactable

    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public enum InteractableStateEnum

    Fields

    Name Description
    Collision

    There is a collision

    Custom

    Custom placeholder for anything

    Default

    Default state, nothing happening

    Disabled

    Button in a disabled state

    Focus

    Looking at object

    Gesture

    Gesture is happening, Move

    GestureMax

    Gesture has reached its max movement

    Grab

    Interactable was grabbed, near interaction grabbable

    Interactive

    Not looking at it and finger is up

    Observation

    Not looking at it and finger down

    ObservationTargeted

    Looking at button finger down

    PhysicalTouch

    Interactable is currently physically touched

    Pressed

    Looking at object and finger down

    Targeted

    Looking at and finger up

    Toggled

    Button is toggled state, on/off

    Visited

    Button was clicked already

    VoiceCommand

    Voice command happened

    Back to top Generated by DocFX