codot/godot-3.x/modules/csg/config.py
2022-03-13 13:48:59 +01:00

25 lines
358 B
Python

def can_build(env, platform):
return True
def configure(env):
pass
def get_doc_classes():
return [
"CSGBox",
"CSGCombiner",
"CSGCylinder",
"CSGMesh",
"CSGPolygon",
"CSGPrimitive",
"CSGShape",
"CSGSphere",
"CSGTorus",
]
def get_doc_path():
return "doc_classes"