Texture class

Constructors

Texture(String name, int len, int hgt)

Properties

data ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hgt int
latefinal
len int
latefinal
loaded bool
getter/setter pair
name String
latefinal
pngBytes ByteData
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textureID ↔ dynamic
getter/setter pair
uiimage Image
getter/setter pair

Methods

bind() → void
loadNetwork(String serverpathImages) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release() → void
toString() String
A string representation of this object.
override
toVideoMemory() → void

Operators

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