openfl
Version:
A fast, productive library for 2D cross-platform development.
50 lines (32 loc) • 1.27 kB
JavaScript
// Class: openfl.display._internal._DrawCommandReader.DrawCircleView_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 DrawCircleView_Impl_ = function(){}
// Meta
DrawCircleView_Impl_.__name__ = "openfl.display._internal._DrawCommandReader.DrawCircleView_Impl_";
DrawCircleView_Impl_.__isInterface__ = false;
DrawCircleView_Impl_.prototype = {
};
DrawCircleView_Impl_.prototype.__class__ = DrawCircleView_Impl_.prototype.constructor = $hxClasses["openfl.display._internal._DrawCommandReader.DrawCircleView_Impl_"] = DrawCircleView_Impl_;
// Init
// Statics
DrawCircleView_Impl_._new = function(d) {
var this1 = d;
return this1;
}
DrawCircleView_Impl_.get_x = function(this1) {
return this1.float(0);
}
DrawCircleView_Impl_.get_y = function(this1) {
return this1.float(1);
}
DrawCircleView_Impl_.get_radius = function(this1) {
return this1.float(2);
}
// Export
exports.default = DrawCircleView_Impl_;