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 |