UNPKG

@petkoneo/phaser3-rex-plugins

Version:
10 lines (8 loc) 189 B
var SetPreserveRatio = function (enable) { if (enable == undefined) { enable = true; } this.preserveRatio = enable; return this; } export default SetPreserveRatio;