Mirror Engine
V5
How To
Mirror Engine Logo

Mirror Engine API


Mirror Engine API / SPRITE_RENDERMODE_TILED

Variable: SPRITE_RENDERMODE_TILED

const SPRITE_RENDERMODE_TILED: number = 2

This mode renders a sprite using 9-slicing in 'tiled' mode. Tiled mode tiles the top and bottom regions of the sprite horizontally, the left and right regions vertically and the middle region both horizontally and vertically.

Mirror Engine Logo