Merge pull request #107868 from lawnjelly/quick_ancestry4

Provide quick access to `Object` ancestry
This commit is contained in:
Thaddeus Crews 2025-09-20 13:41:39 -05:00
commit 149a4b4ca1
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
18 changed files with 86 additions and 9 deletions

View file

@ -925,6 +925,7 @@ void MeshInstance3D::_bind_methods() {
}
MeshInstance3D::MeshInstance3D() {
_define_ancestry(AncestralClass::MESH_INSTANCE_3D);
}
MeshInstance3D::~MeshInstance3D() {