public static const AUTO:String = "auto"
Language version: | ActionScript 3.0 |
Automatically choose rendering engine.
A hardware-accelerated rendering engine is used if available
on the current device. Availability of hardware acceleration is
influenced by the device capabilites, the wmode when running under Flash Player,
and the render mode when running under AIR.
public static const SOFTWARE:String = "software"
Language version: | ActionScript 3.0 |
Use software 3D rendering.
Software rendering is not available on mobile devices.