UNPKG

starling-framework

Version:

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

22 lines (15 loc) 1.04 kB
// Enum: haxe.macro.DisplayKind var $global = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this $global.Object.defineProperty(exports, "__esModule", {value: true}); // Imports var $estr = require("./../../estr_stub").default; var $hxEnums = require("./../../hxEnums_stub").default; // Definition var DisplayKind = $hxEnums["haxe.macro.DisplayKind"] = { __ename__ : "haxe.macro.DisplayKind", __constructs__ : ["DKCall","DKDot","DKStructure","DKMarked","DKPattern"] ,DKStructure: {_hx_index:2,__enum__:"haxe.macro.DisplayKind",toString:$estr} ,DKPattern: ($_=function(outermost) { return {_hx_index:4,outermost:outermost,__enum__:"haxe.macro.DisplayKind",toString:$estr}; },$_.__params__ = ["outermost"],$_) ,DKMarked: {_hx_index:3,__enum__:"haxe.macro.DisplayKind",toString:$estr} ,DKDot: {_hx_index:1,__enum__:"haxe.macro.DisplayKind",toString:$estr} ,DKCall: {_hx_index:0,__enum__:"haxe.macro.DisplayKind",toString:$estr} }; exports.default = DisplayKind;