SamplerOptions class base

Constructors

SamplerOptions({MinMagFilter minFilter = MinMagFilter.nearest, MinMagFilter magFilter = MinMagFilter.nearest, MipFilter mipFilter = MipFilter.nearest, SamplerAddressMode widthAddressMode = SamplerAddressMode.clampToEdge, SamplerAddressMode heightAddressMode = SamplerAddressMode.clampToEdge})

Properties

hashCode int
The hash code for this object.
no setterinherited
heightAddressMode SamplerAddressMode
getter/setter pair
magFilter MinMagFilter
getter/setter pair
minFilter MinMagFilter
getter/setter pair
mipFilter MipFilter
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widthAddressMode SamplerAddressMode
getter/setter pair

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