Searched defs:animations (Results 1 – 6 of 6) sorted by relevance
33 public final Array<ModelAnimation> animations = new Array<ModelAnimation>(); field in ModelData
46 public boolean animations = true; field in TooltipManager
76 final PhasedObjectManager animations = mAnimations; in update() local
77 public final Array<Animation> animations = new Array(); field in Model
51 public final Array<Animation> animations = new Array(); field in ModelInstance
371 JsonValue animations = json.get("animations"); in parseAnimations() local