UNPKG

playcanvas

Version:

PlayCanvas WebGL game engine

22 lines (21 loc) 348 B
/** * Linear distance model. * * @type {string} * @category Sound */ export const DISTANCE_LINEAR: string; /** * Inverse distance model. * * @type {string} * @category Sound */ export const DISTANCE_INVERSE: string; /** * Exponential distance model. * * @type {string} * @category Sound */ export const DISTANCE_EXPONENTIAL: string;