pandemonium_engine/modules/vertex_lights_3d/config.py

20 lines
257 B
Python
Raw Normal View History

2024-03-20 17:54:39 +01:00
def can_build(env, platform):
return True
2024-03-20 17:54:39 +01:00
def configure(env):
pass
def get_doc_classes():
return [
"VertexLights3DServer",
"VertexLight3D",
"VertexLight3DEnvironment",
2024-03-20 17:54:39 +01:00
]
def get_doc_path():
return "doc_classes"