MCPcopy Create free account
hub / github.com/PerroEngine/Perro / is_empty

Method is_empty

perro_source/core/perro_animation/src/anim_tree.rs:65–67  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

63impl 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
70pub fn parse_panimtree(src: &str) -> Result<AnimationTreeAsset, String> {

Callers 9

parseMethod · 0.45
parse_skeleton_bone_pathFunction · 0.45
parseMethod · 0.45
parse_animation_blockMethod · 0.45
parse_objects_blockMethod · 0.45
parse_frame_blockMethod · 0.45
parse_object_blockMethod · 0.45
parse_value_with_varsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected