코딩Coding/★★Game★★Coding★★_Dev.
Rust_Bevy❤Hierarchical (Parent/Child) Entities
내인생PLUS
2023. 8. 2. 15:36
728x90
https://bevy-cheatbook.github.io/features/parent-child.html
Parent/Child Hierarchies - Unofficial Bevy Cheat Book
Relevant official examples: hierarchy, parenting. Technically, the Entities/Components themselves cannot form a hierarchy (the ECS is a flat data structure). However, logical hierarchies are a common pattern in games. Bevy supports creating such a logical
bevy-cheatbook.github.io
반응형