UNPKG

phaser3-rex-plugins

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