| Package | org.wak.character.display |
| Class | public class AnimationBehaviour |
| Method | Defined by | ||
|---|---|---|---|
| AnimationBehaviour | |||
| Constant | Defined by | ||
|---|---|---|---|
| STANDING_BACK : String = "standingback" [static]
| AnimationBehaviour | ||
| STANDING_FRONT : String = "standingfront" [static]
| AnimationBehaviour | ||
| STANDING_LEFT : String = "standingleft" [static]
| AnimationBehaviour | ||
| STANDING_RIGHT : String = "standingright" [static]
| AnimationBehaviour | ||
| TALK_BACK : String = "talkback" [static]
| AnimationBehaviour | ||
| TALK_FRONT : String = "talkfront" [static]
| AnimationBehaviour | ||
| TALK_LEFT : String = "talkleft" [static]
| AnimationBehaviour | ||
| TALK_RIGHT : String = "talkright" [static]
| AnimationBehaviour | ||
| WALK_BACK : String = "walkback" [static]
| AnimationBehaviour | ||
| WALK_FRONT : String = "walkfront" [static]
| AnimationBehaviour | ||
| WALK_LEFT : String = "walkleft" [static]
| AnimationBehaviour | ||
| WALK_RIGHT : String = "walkright" [static]
| AnimationBehaviour | ||
| AnimationBehaviour | () | constructor |
public function AnimationBehaviour()
| STANDING_BACK | constant |
public static const STANDING_BACK:String = "standingback"
| STANDING_FRONT | constant |
public static const STANDING_FRONT:String = "standingfront"
| STANDING_LEFT | constant |
public static const STANDING_LEFT:String = "standingleft"
| STANDING_RIGHT | constant |
public static const STANDING_RIGHT:String = "standingright"
| TALK_BACK | constant |
public static const TALK_BACK:String = "talkback"
| TALK_FRONT | constant |
public static const TALK_FRONT:String = "talkfront"
| TALK_LEFT | constant |
public static const TALK_LEFT:String = "talkleft"
| TALK_RIGHT | constant |
public static const TALK_RIGHT:String = "talkright"
| WALK_BACK | constant |
public static const WALK_BACK:String = "walkback"
| WALK_FRONT | constant |
public static const WALK_FRONT:String = "walkfront"
| WALK_LEFT | constant |
public static const WALK_LEFT:String = "walkleft"
| WALK_RIGHT | constant |
public static const WALK_RIGHT:String = "walkright"