Texture class
Properties
- data ↔ dynamic
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hgt → int
-
final
- len → int
-
final
- loaded ↔ bool
-
getter/setter pair
- 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, String name) → 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