OpenworldGlPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- OpenworldGlPlatform
- Implementers
Constructors
- OpenworldGlPlatform()
- Constructs a OpenworldGlPlatform.
Properties
-
egls
↔ List<
int> -
getter/setter pair
- element → dynamic
-
no setter
- gl → dynamic
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDisposed ↔ bool
-
getter/setter pair
- isInitialized → bool
-
no setter
- openGL ↔ dynamic
-
getter/setter pair
-
platformVersion
→ Future<
String?> -
Launches the given
url
. Completes totrue
if the launch was successful.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textureId ↔ int?
-
getter/setter pair
Methods
-
dispose_interface(
int textureId) → void -
getEgl_interface(
int textureId) → Future< List< int> > -
initialize_interface(
{Map< String, dynamic> ? options}) → Future<Map< String, dynamic> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateTexture_interface(
int textureId, dynamic sourceTexture) → Future
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ OpenworldGlPlatform
-
The default instance of OpenworldGlPlatform to use.
getter/setter pair