SubTexture class
- Inheritance
-
- Object
- Texture
- SubTexture
Constructors
- SubTexture(Image image)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ dynamic
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setFilters(
TextureFilter? minFilter, TextureFilter? magFilter) → void -
override
-
setWraps(
TextureWrap? uWrap, TextureWrap? vWrap) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited