Package-level declarations
Types
Properties
Functions
Link copied to clipboard
fun Canvas.drawSprite(sprite: Sprite3D, x: Float = sprite.x, y: Float = sprite.y, z: Float = sprite.z)
Draws the given sprite to the canvas at its current position or at the specified x, y, and z coordinates.
Link copied to clipboard
Removes the given sprite from the Kray canvas.