f3c74afd28
doc: Update classref with node renames
17 lines
243 B
Python
17 lines
243 B
Python
def can_build(env, platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|
|
|
|
|
|
def get_doc_classes():
|
|
return [
|
|
"BulletPhysicsDirectBodyState3D",
|
|
"BulletPhysicsServer3D",
|
|
]
|
|
|
|
|
|
def get_doc_path():
|
|
return "doc_classes"
|