PixiEventSystem.setTargetElement method
PixiEventSystem › setTargetElement
Unofficial
Sets the element the event system listens on.Signature:
setTargetElement(element: HTMLElement): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| element | HTMLElement | The element to receive the DOM events from. |
Returns: void