pandemonium_engine/modules/vertex_lights_3d/config.py

18 lines
194 B
Python
Raw Normal View History

2024-03-20 17:54:39 +01:00
def can_build(env, platform):
return False
2024-03-20 17:54:39 +01:00
def configure(env):
pass
def get_doc_classes():
return [
2024-03-20 20:27:56 +01:00
"VertexLightData3D",
2024-03-20 17:54:39 +01:00
]
def get_doc_path():
return "doc_classes"