Added AnimComposer.hasAction() method
This commit is contained in:
parent
254a5839c1
commit
637162e484
@ -97,6 +97,10 @@ public class AnimComposer extends AbstractControl {
|
||||
action = new ClipAction(clip);
|
||||
return action;
|
||||
}
|
||||
|
||||
public boolean hasAction(String name) {
|
||||
return actions.containsKey(name);
|
||||
}
|
||||
|
||||
public void makeLayer(String name, AnimationMask mask){
|
||||
Layer l = new Layer();
|
||||
|
Loading…
x
Reference in New Issue
Block a user