Sampler class
Texture sampler properties for filtering and wrapping modes.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- magFilter → MagFilter
-
Magnification filter.
final
- minFilter → MinFilter
-
Minification filter.
final
- root → GltfRoot
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wrapS → WrapMode
-
The wrap mode for the s coordinate.
final
- wrapT → WrapMode
-
The wrap mode for the t coordinate.
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