XRLayerLayout enum
Values
- valueDefault → const XRLayerLayout
-
const XRLayerLayout('default')
- mono → const XRLayerLayout
-
const XRLayerLayout('mono')
- stereo → const XRLayerLayout
-
const XRLayerLayout('stereo')
- stereoLeftRight → const XRLayerLayout
-
const XRLayerLayout('stereo-left-right')
- stereoTopBottom → const XRLayerLayout
-
const XRLayerLayout('stereo-top-bottom')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromValue(
String value) → XRLayerLayout -
fromValues(
Iterable< String> values) → Iterable<XRLayerLayout>
Constants
-
values
→ const List<
XRLayerLayout> - A constant List of the values in this enum, in order of their declaration.