UNPKG

phaser4-rex-plugins

Version:
12 lines (9 loc) 315 B
import GetSizerConfig from './GetSizerConfig.js'; var GetChildPrevState = function (child) { var childConfig = GetSizerConfig(child); if (!childConfig.hasOwnProperty('prevState')) { childConfig.prevState = {}; } return childConfig.prevState; } export default GetChildPrevState;