playcanvas
Version:
PlayCanvas WebGL game engine
15 lines (14 loc) • 324 B
TypeScript
/**
* A {@link SpriteComponent} that displays a single frame from a sprite asset.
*
* @type {string}
* @category Graphics
*/
export const SPRITETYPE_SIMPLE: string;
/**
* A {@link SpriteComponent} that renders sprite animations.
*
* @type {string}
* @category Graphics
*/
export const SPRITETYPE_ANIMATED: string;