1 module godot.spatial.all;
2 
3 public import
4 	godot.spatial,
5 	godot.skeleton,
6 	godot.visualinstance,
7 	godot.geometryinstance,
8 	godot.meshinstance,
9 	godot.softbody,
10 	godot.immediategeometry,
11 	godot.spritebase3d,
12 	godot.sprite3d,
13 	godot.animatedsprite3d,
14 	godot.particles,
15 	godot.cpuparticles,
16 	godot.multimeshinstance,
17 	godot.light,
18 	godot.directionallight,
19 	godot.omnilight,
20 	godot.spotlight,
21 	godot.reflectionprobe,
22 	godot.giprobe,
23 	godot.bakedlightmap,
24 	godot.rootmotionview,
25 	godot.csgshape,
26 	godot.csgprimitive,
27 	godot.csgmesh,
28 	godot.csgsphere,
29 	godot.csgbox,
30 	godot.csgcylinder,
31 	godot.csgtorus,
32 	godot.csgpolygon,
33 	godot.csgcombiner,
34 	godot.camera,
35 	godot.clippedcamera,
36 	godot.arvrcamera,
37 	godot.interpolatedcamera,
38 	godot.listener,
39 	godot.arvrcontroller,
40 	godot.arvranchor,
41 	godot.arvrorigin,
42 	godot.position3d,
43 	godot.navigationmeshinstance,
44 	godot.navigation,
45 	godot.collisionobject,
46 	godot.physicsbody,
47 	godot.staticbody,
48 	godot.rigidbody,
49 	godot.vehiclebody,
50 	godot.kinematicbody,
51 	godot.physicalbone,
52 	godot.area,
53 	godot.springarm,
54 	godot.boneattachment,
55 	godot.vehiclewheel,
56 	godot.proximitygroup,
57 	godot.collisionshape,
58 	godot.collisionpolygon,
59 	godot.raycast,
60 	godot.path,
61 	godot.pathfollow,
62 	godot.orientedpathfollow,
63 	godot.visibilitynotifier,
64 	godot.visibilityenabler,
65 	godot.remotetransform,
66 	godot.joint,
67 	godot.pinjoint,
68 	godot.hingejoint,
69 	godot.sliderjoint,
70 	godot.conetwistjoint,
71 	godot.generic6dofjoint,
72 	godot.audiostreamplayer3d,
73 	godot.gridmap;