UNPKG

phaser4-rex-plugins

Version:
12 lines (9 loc) 333 B
const GetValue = Phaser.Utils.Objects.GetValue; var GetClickTarget = function (parent, config) { var clickTarget = GetValue(config, 'clickTarget', this); if (typeof (clickTarget) === 'string') { clickTarget = parent.getElement(clickTarget); } return clickTarget; } export default GetClickTarget;