UNPKG

openfl

Version:

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

47 lines (29 loc) 1.18 kB
// Class: openfl.display._internal._DrawCommandReader.BeginFillView_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 BeginFillView_Impl_ = function(){} // Meta BeginFillView_Impl_.__name__ = "openfl.display._internal._DrawCommandReader.BeginFillView_Impl_"; BeginFillView_Impl_.__isInterface__ = false; BeginFillView_Impl_.prototype = { }; BeginFillView_Impl_.prototype.__class__ = BeginFillView_Impl_.prototype.constructor = $hxClasses["openfl.display._internal._DrawCommandReader.BeginFillView_Impl_"] = BeginFillView_Impl_; // Init // Statics BeginFillView_Impl_._new = function(d) { var this1 = d; return this1; } BeginFillView_Impl_.get_color = function(this1) { return this1.int(0); } BeginFillView_Impl_.get_alpha = function(this1) { return this1.float(0); } // Export exports.default = BeginFillView_Impl_;