MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_mesh

Method get_mesh

modules/gltf/structures/gltf_node.cpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124GLTFMeshIndex GLTFNode::get_mesh() {
125 return mesh;
126}
127
128void GLTFNode::set_mesh(GLTFMeshIndex p_mesh) {
129 mesh = p_mesh;

Calls

no outgoing calls

Tested by

no test coverage detected