org.robokind.api.animation.library
Interface AnimationLibrary
- All Known Implementing Classes:
- DefaultAnimationLibrary
public interface AnimationLibrary
- Author:
- Matthew Stevenson
PROP_ANIM_PLAYER_ID
static final String PROP_ANIM_PLAYER_ID
- See Also:
- Constant Field Values
getAnimationLibraryId
String getAnimationLibraryId()
getAnimationVersions
List<org.robokind.api.common.config.VersionProperty> getAnimationVersions()
getAnimation
Animation getAnimation(org.robokind.api.common.config.VersionProperty version)
add
void add(Animation animation)
remove
void remove(Animation animation)
clear
void clear()
Copyright © 2011-2013. All Rights Reserved.