Default property values of interactive objects
Used by PIXI.interaction.InteractionManager to automatically give all DisplayObjects these properties
Example
function MyObject() {}
Object.assign(
MyObject.prototype,
PIXI.interaction.interactiveTarget
);