Stage3D.hx 327 B

123456789
  1. package flash.display;
  2. @:require(flash11) extern class Stage3D extends flash.events.EventDispatcher {
  3. var context3D(default,null) : flash.display3D.Context3D;
  4. var visible : Bool;
  5. var x : Float;
  6. var y : Float;
  7. function requestContext3D(?context3DRenderMode : String, ?profile : flash.display3D.Context3DProfile) : Void;
  8. }