We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Enum PointerBehavior

    Specifies how a pointer in MRTK's default input system behaves.

    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public enum PointerBehavior

    Fields

    Name Description
    AlwaysOff

    Pointer is always off, regardless of what other pointers are active.

    AlwaysOn

    Pointer is always on, regardless of what other pointers are active.

    Default

    Pointer active state is managed by MRTK input system. If it is a near pointer (grab, poke), it will be always enabled. If it is not a near pointer, it will get disabled if any near pointer on the same hand is active. This is what allows rays to turn off when a hand is near a grabbable.

    In This Article
    Back to top Generated by DocFX