Build an image that can be rendered
The height of the image, in meters
The name of the file to use as the image, or a PixiSprite
Optional
offset?: { An offset between the component's center and its RigidBody's center (optional)
The width of the image, in meters
Optional
z?: ZIndexAn optional z index in the range [-2,2]
Optional
actorThe Actor to which this ImageSprite is attached
Height of the image
The image to display for this actor
The name of the image file
An offset between the ImageSprite's center and the RigidBody's center
Width of the image
Z index of the image
Render the image
The camera for the current stage
The time since the last render
Where should this be drawn (WORLD/OVERLAY/HUD)
Render the image when it does not have a rigidBody. This is only used for Parallax
The center x/y at which to draw the image
The camera for the current stage
The time since the last render
Does this belong in the foreground (true) or background?
ImageSprite describes any object whose visual representation is a single image that is not animated.