ImageTexture class

A texture that holds an image as it's render-able texture.

Inheritance

Constructors

ImageTexture(ByteData source, {required int width, required int height})
A texture that holds an image as it's render-able texture.

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
no setterinherited
resource ↔ dynamic
The resource data.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toImage() Image
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

create(Image image) Future<ImageTexture>
Create a ImageTexture from the given image.