godot/modules/csg/config.py

25 lines
358 B
Python
Raw Normal View History

def can_build(env, platform):
return True
def configure(env):
pass
2018-05-12 09:38:00 +02:00
2018-05-12 09:38:00 +02:00
def get_doc_classes():
return [
"CSGBox",
"CSGCombiner",
"CSGCylinder",
"CSGMesh",
"CSGPolygon",
"CSGPrimitive",
"CSGShape",
"CSGSphere",
"CSGTorus",
]
2018-05-12 09:38:00 +02:00
def get_doc_path():
return "doc_classes"