public class ActionSequence extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SEQUENCE
Defines the name of the default action sequence.
|
float |
framesPerSecond
The number of frames per second to show when animating.
|
String |
name
The action sequence name.
|
int[] |
orients
Orientation codes for the orientations available for this
action.
|
Point |
origin
The position of the character's base for this sequence.
|
| Constructor and Description |
|---|
ActionSequence() |
public static final String DEFAULT_SEQUENCE
public String name
public float framesPerSecond
public Point origin
public int[] orients
Copyright © 2015. All rights reserved.