UNPKG

playcanvas

Version:

PlayCanvas WebGL game engine

13 lines (12 loc) 331 B
/** * Specifies different color tints for the hover, pressed and inactive states. * * @category User Interface */ export const BUTTON_TRANSITION_MODE_TINT: 0; /** * Specifies different sprites for the hover, pressed and inactive states. * * @category User Interface */ export const BUTTON_TRANSITION_MODE_SPRITE_CHANGE: 1;