Godot Version
4.2.1
Question
Code:
print(_ParentMesh.mesh)
print(_ParentMesh.mesh == BoxMesh)
Console:
<BoxMesh#-9223372001740061384>
false
I can’t figure out why its giving me a false, or is there even a way to check if mesh is a specific type