Optional data for PixiApplication constructor.
Optional data for Pixim.
Resize canvas to fit specified height.
Optional
height: numberHeight to adjust.
Resize canvas to fit specified width.
Optional
width: numberWidth to adjust.
Attach content to application.
Emit event with specifying a context.
Event type to emit.
Context to execute the callback.
Argument(s) in callback.
Emit all events with specifying a context.
Context to execute the callback.
Argument(s) in callback.
Remove events grouped event type.
Optional
type: stringEvent type to remove. If it is empty, removes all events.
Destroy application.
Optional
removeView: booleanOptional
stageOptions: IDestroyOptionsDetach content from application.
Emit event.
Event type to emit.
Argument(s) in callback.
Emit all events.
Argument(s) in callback.
Resize canvas to fit specified rectangle.
Optional
rect: IRectRectangle to adjust.
Unregister event.
Event type.
Registered callback.
Register event.
Event type.
Callback when the event fires.
Register one-time event.
Event type.
Callback when the event fires.
Start application and displa viewy.
Pre process to destroy application.
Start application.
Stop application.
Bottom justified with respect to the reference data.
Optional
vertical: IVerticalVertical data used to calculate the position.
Center justified with respect to the reference data.
Optional
horizontal: IHorizontalHorizontal data used to calculate the position.
Left justified with respect to the reference data.
Optional
horizontal: IHorizontalHorizontal data used to calculate the position.
Middle justified with respect to the reference data.
Optional
vertical: IVerticalVertical data used to calculate the position.
Right justified with respect to the reference data.
Optional
horizontal: IHorizontalHorizontal data used to calculate the position.
Top justified with respect to the reference data.
Optional
vertical: IVerticalVertical data used to calculate the position.
@tawaship/emitter