UNPKG

playcanvas

Version:

PlayCanvas WebGL game engine

15 lines (14 loc) 377 B
/** * Specifies different color tints for the hover, pressed and inactive states. * * @type {number} * @category User Interface */ export const BUTTON_TRANSITION_MODE_TINT: number; /** * Specifies different sprites for the hover, pressed and inactive states. * * @type {number} * @category User Interface */ export const BUTTON_TRANSITION_MODE_SPRITE_CHANGE: number;