Interface IControlSpatialScrolling | Unity Reflect | 1.0.0-preview.11
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IControlSpatialScrolling

    Gives decorated class ability to control/perform spatial-scrolling

    Spatially scrolling allows for directional input-device movement to drive changes/progression of UI element selection, without the need for additional input beyond the movement of an input-device.

    Namespace: UnityEditor.Experimental.EditorVR
    Syntax
    public interface IControlSpatialScrolling

    Properties

    spatialScrollData

    The data defining a spatial scroll operation

    Declaration
    SpatialScrollModule.SpatialScrollData spatialScrollData { get; set; }
    Property Value
    Type Description
    SpatialScrollModule.SpatialScrollData

    Extension Methods

    IControlSpatialScrollingMethods.PerformSpatialScroll(IControlSpatialScrolling, Node, Vector3, Vector3, Single, Int32, Int32, Boolean)
    IControlSpatialScrollingMethods.EndSpatialScroll(IControlSpatialScrolling)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023