package flash.display3D; @:fakeEnum(String) @:require(flash16) extern enum Context3DFillMode { SOLID; WIREFRAME; }