com.threerings.cast
Interface StandardActions

All Known Implementing Classes:
CharacterSprite

public interface StandardActions

Actions are referenced by name and this interface defines constants for standard actions and action suffixes used by the shadow and cropping support.


Field Summary
static String CROP_TYPE
          A special action sub-type for crop imagery.
static String SHADOW_TYPE
          A special action sub-type for shadow imagery.
static String STANDING
          The name of the standard standing action.
static String WALKING
          The name of the standard walking action.
 

Field Detail

STANDING

static final String STANDING
The name of the standard standing action.

See Also:
Constant Field Values

WALKING

static final String WALKING
The name of the standard walking action.

See Also:
Constant Field Values

SHADOW_TYPE

static final String SHADOW_TYPE
A special action sub-type for shadow imagery.

See Also:
Constant Field Values

CROP_TYPE

static final String CROP_TYPE
A special action sub-type for crop imagery.

See Also:
Constant Field Values