MCPcopy Create free account
hub / github.com/defold/defold / IsBone

Function IsBone

engine/gameobject/src/gameobject/gameobject.cpp:2273–2276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2271 }
2272
2273 bool IsBone(HInstance instance)
2274 {
2275 return instance->m_Bone;
2276 }
2277
2278 static uint32_t DoSetBoneTransforms(Collection* collection, dmTransform::Transform* component_transform, uint16_t first_index, dmTransform::Transform* transforms, uint32_t transform_count)
2279 {

Callers 2

DeleteGOTableFunction · 0.85
Script_DeleteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected