WrapMode enum

Wrapping mode. Valid values correspond to WebGL enums.

Inheritance
Available extensions

Values

clampToEdge → const WrapMode
const WrapMode('CLAMP_TO_EDGE', 33071)
mirroredRepeat → const WrapMode
const WrapMode('MIRRORED_REPEAT', 33648)
repeat → const WrapMode
const WrapMode('REPEAT', 10497)

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
name → String
final
name → String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value → int
final

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

parse(Map<String, Object?> map, String key) → WrapMode?
valueOf(int value) → WrapMode

Constants

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