UNPKG

starling-framework

Version:

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

36 lines (17 loc) 697 B
// Class: starling.animation.IAnimatable 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; // Constructor var IAnimatable = function() {} // Meta IAnimatable.__name__ = ["starling","animation","IAnimatable"]; IAnimatable.prototype = { }; IAnimatable.prototype.__class__ = IAnimatable.prototype.constructor = $hxClasses["starling.animation.IAnimatable"] = IAnimatable; // Init // Statics // Export exports.default = IAnimatable;