UNPKG

playcanvas

Version:

PlayCanvas WebGL game engine

16 lines (15 loc) 418 B
/** * Always use the application's resolution as the resolution for the {@link ScreenComponent}. * * @type {string} * @category User Interface */ export const SCALEMODE_NONE: string; /** * Scale the {@link ScreenComponent} when the application's resolution is different than the * ScreenComponent's referenceResolution. * * @type {string} * @category User Interface */ export const SCALEMODE_BLEND: string;