Build a VideoSprite
The height of the image, in meters
Optional
offset?: { An offset between the component's center and its RigidBody's center (optional)
The name of the video file to use
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
An offset between the VideoSprite's center and the RigidBody's center
The image to display for this actor
The name of the video file
Width of the image
Z index of the image
Render the video
The camera for the current stage
The time since the last render
Where should this be drawn (WORLD/OVERLAY/HUD)
Render the video 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
Should this go in the foreground (true) or background (false)
VideoSprite describes any object whose visual representation is achieved by playing a video.