mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Provide quick access to Object ancestry
This commit is contained in:
parent
d7bdc0be16
commit
14a814586a
18 changed files with 86 additions and 9 deletions
|
|
@ -925,6 +925,7 @@ void MeshInstance3D::_bind_methods() {
|
|||
}
|
||||
|
||||
MeshInstance3D::MeshInstance3D() {
|
||||
_define_ancestry(AncestralClass::MESH_INSTANCE_3D);
|
||||
}
|
||||
|
||||
MeshInstance3D::~MeshInstance3D() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue