playcanvas-typings
Version:
TypeScript declaration files for PlayCanvas game engine
16 lines (12 loc) • 473 B
TypeScript
declare namespace pc {
/**
* @name pc.AnimationComponentSystem
* @description Create an AnimationComponentSystem
* @class The AnimationComponentSystem manages creating and deleting AnimationComponents
* @param {pc.Application} app The Application for the current application
* @extends pc.ComponentSystem
*/
class AnimationComponentSystem extends pc.ComponentSystem {
constructor(app: pc.Application)
}
}