UNPKG

playcanvas

Version:

PlayCanvas WebGL game engine

22 lines (21 loc) 395 B
/** * Specified degree of freedom has free movement. * * @type {string} * @ignore */ export const MOTION_FREE: string; /** * Specified degree of freedom has limited movement. * * @type {string} * @ignore */ export const MOTION_LIMITED: string; /** * Specified degree of freedom is locked and allows no movement. * * @type {string} * @ignore */ export const MOTION_LOCKED: string;