UNPKG

openfl

Version:

A fast, productive library for 2D cross-platform development.

41 lines (23 loc) 1.09 kB
// Class: openfl.display._internal._DrawCommandReader.WindingEvenOddView_Impl_ var $global = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this $global.Object.defineProperty(exports, "__esModule", {value: true}); var __map_reserved = {}; // Imports var $hxClasses = require("./../../../../hxClasses_stub").default; var $hxEnums = require("./../../../../hxEnums_stub").default; // Constructor var WindingEvenOddView_Impl_ = function(){} // Meta WindingEvenOddView_Impl_.__name__ = "openfl.display._internal._DrawCommandReader.WindingEvenOddView_Impl_"; WindingEvenOddView_Impl_.__isInterface__ = false; WindingEvenOddView_Impl_.prototype = { }; WindingEvenOddView_Impl_.prototype.__class__ = WindingEvenOddView_Impl_.prototype.constructor = $hxClasses["openfl.display._internal._DrawCommandReader.WindingEvenOddView_Impl_"] = WindingEvenOddView_Impl_; // Init // Statics WindingEvenOddView_Impl_._new = function(d) { var this1 = d; return this1; } // Export exports.default = WindingEvenOddView_Impl_;