Parent Entity ?
Blitz3D Forums/Blitz3D Beginners Area/Parent Entity ?| 
 | ||
| Okay, if you attatch an entity to a parent, then you later copymesh the parent does the child come with it also, or how does that work ? | 
| 
 | ||
| Copying all the children as well when you copy a parent should work when using 'CopyEntity'. I think 'CopyMesh' just copies the mesh data (if the entity you specify is a mesh entity) without copying any parent/child information. |