EngineOptions class

Annotations
  • @JS()
  • @anonymous

Constructors

EngineOptions({num limitDeviceRatio, bool autoEnableWebVR, bool disableWebGL2Support, bool audioEngine, bool deterministicLockstep, num lockstepMaxSteps, num timeStep, bool doNotHandleContextLost, bool doNotHandleTouchAction, bool useHighPrecisionFloats, bool xrCompatible, bool useHighPrecisionMatrix, bool failIfMajorPerformanceCaveat, bool alpha, bool antialias, bool depth, bool desynchronized, String powerPreference, bool premultipliedAlpha, bool preserveDrawingBuffer, bool stencil})
factory

Properties

alpha bool
no setter
antialias bool
no setter
audioEngine bool
no setter
autoEnableWebVR bool
no setter
depth bool
no setter
desynchronized bool
no setter
deterministicLockstep bool
no setter
disableWebGL2Support bool
no setter
doNotHandleContextLost bool
no setter
doNotHandleTouchAction bool
no setter
failIfMajorPerformanceCaveat bool
no setter
hashCode int
The hash code for this object.
no setterinherited
limitDeviceRatio num
no setter
lockstepMaxSteps num
no setter
powerPreference String
no setter
premultipliedAlpha bool
no setter
preserveDrawingBuffer bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stencil bool
no setter
timeStep num
no setter
useHighPrecisionFloats bool
no setter
useHighPrecisionMatrix bool
no setter
xrCompatible bool
no setter

Methods

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

Operators

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