(&self)
| 63 | impl AnimationTreeMask { |
| 64 | #[inline] |
| 65 | pub fn is_empty(&self) -> bool { |
| 66 | self.objects.is_empty() && self.fields.is_empty() && self.bones.is_empty() |
| 67 | } |
| 68 | } |
| 69 | |
| 70 | pub fn parse_panimtree(src: &str) -> Result<AnimationTreeAsset, String> { |
no outgoing calls
no test coverage detected