rl-api: import (idle)?PoseAnimation
This commit is contained in:
@@ -125,6 +125,23 @@ public interface Actor extends Renderable
|
|||||||
*/
|
*/
|
||||||
int getAnimation();
|
int getAnimation();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the secondary animation the actor is performing.
|
||||||
|
*
|
||||||
|
* @return the animation ID
|
||||||
|
* @see AnimationID
|
||||||
|
*/
|
||||||
|
int getPoseAnimation();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* If this is equal to the pose animation, the pose animation is ignored when
|
||||||
|
* you are doing another action.
|
||||||
|
*
|
||||||
|
* @return the animation ID
|
||||||
|
* @see AnimationID
|
||||||
|
*/
|
||||||
|
int getIdlePoseAnimation();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets an animation for the actor to perform.
|
* Sets an animation for the actor to perform.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user