(path: &str)
| 3093 | state.active_anim_path.clone() |
| 3094 | }; |
| 3095 | ( |
| 3096 | format!("Animation Player {name}"), |
| 3097 | format!( |
| 3098 | "player={name}\ncurrent animations:\n{path}\ncreate writes .panim + binds Target to parent node" |
| 3099 | ), |
| 3100 | if path == "-" { |
| 3101 | "no clip bound".to_string() |
no test coverage detected