Class: ViewCircleSprite

ViewCircleSprite


new ViewCircleSprite(p_pixi_app, p_model, p_config, p_resources)

Parameters:
Name Type Description
p_pixi_app Object
p_model ModelCircle
p_config Object
Properties
Name Type Description
image string
p_resources Object
Properties:
Name Type Description
model ModelCircle the model to be visualized
sprite PIXI.Graphics a graphic object that visualizes the model
Source:

Methods


addEventListener(p_event, f_listener)

Adds a listener to PixiJS events dispatched by this.sprite.
Parameters:
Name Type Description
p_event string the name of the PixiJS event to be listened to
f_listener function the listener
Source:
See: