docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum XRBaseGrabTransformer.RegistrationMode

    Options for the register mode of the grab transformer.

    Namespace: UnityEngine.XR.Interaction.Toolkit.Transformers
    Assembly: Unity.XR.Interaction.Toolkit.dll
    Syntax
    public enum XRBaseGrabTransformer.RegistrationMode

    Fields

    Name Description
    Multiple

    Register as a grab transformer used when there are multiple interactors selecting the object.

    None

    Do not automatically register with the interactable. You will need to manually add it through code or by adding a reference to startingSingleGrabTransformers or startingMultipleGrabTransformers.

    Single

    Register as a grab transformer used when there is a single interactor selecting the object.

    SingleAndMultiple

    Register as a grab transformer used both when there are multiple interactors selecting the object or a single interactor selecting the object.

    See Also
    registrationMode
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)