babylon.d.ts 971 B

123456789101112131415161718
  1. /// <reference path="babylon.engine.d.ts" />
  2. /// <reference path="babylon.scene.d.ts" />
  3. /// <reference path="tools/babylon.math.d.ts" />
  4. /// <reference path="tools/babylon.sceneLoader.d.ts" />
  5. /// <reference path="tools/babylon.tools.d.ts" />
  6. /// <reference path="tools/babylon.tools.dds.d.ts" />
  7. /// <reference path="sprites/babylon.sprite.d.ts" />
  8. /// <reference path="particles/babylon.particle.d.ts" />
  9. /// <reference path="mesh/babylon.mesh.d.ts" />
  10. /// <reference path="materials/babylon.effect.d.ts" />
  11. /// <reference path="materials/babylon.material.d.ts" />
  12. /// <reference path="materials/textures/babylon.texture.d.ts" />
  13. /// <reference path="mesh/babylon.mesh.d.ts" />
  14. /// <reference path="lights/babylon.light.d.ts" />
  15. /// <reference path="layer/babylon.layer.d.ts" />
  16. /// <reference path="collisions/babylon.collider.d.ts" />
  17. /// <reference path="cameras/babylon.camera.d.ts" />
  18. /// <reference path="animations/babylon.animation.d.ts" />