ARKitTransparencyMode enum

Inheritance

Constructors

ARKitTransparencyMode()
const

Values

aOne → const ARKitTransparencyMode

Takes the transparency information from the alpha channel. The value 1.0 is opaque.

rgbZero → const ARKitTransparencyMode

Ignores the alpha channel and takes the transparency information from the luminance of the red, green, and blue channels. The value 0.0 is opaque.

singleLayer → const ARKitTransparencyMode

Ensures that one layer of transparency is draw correctly.

dualLayer → const ARKitTransparencyMode

Ensures that two layers of transparency are ordered and drawn correctly. This should be used for transparent convex objects like cubes and spheres, when you want to see both front and back faces.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<ARKitTransparencyMode>
A constant List of the values in this enum, in order of their declaration.