AnimationFollowType

AnimationFollowType()

Path type for path animation
Properties:
Name Type Default Description
EAST Number 0 east
WEST Number 1 west
SOUTH Number 2 south
NORTH Number 3 north
EAST_NORTH Number 4 northeast
WEST_NORTH Number 5 northwest
EAST_SOUTH Number 6 southeast
WEST_SOUTH Number 7 southwest
UP Number 8 up

Members

staticconstantSuperMap3D.AnimationFollowType.EAST : Number

east

staticconstantSuperMap3D.AnimationFollowType.EAST_NORTH : Number

northeast
Default Value: 4

staticconstantSuperMap3D.AnimationFollowType.EAST_SOUTH : Number

southeast
Default Value: 6

staticconstantSuperMap3D.AnimationFollowType.NORTH : Number

north
Default Value: 3

staticconstantSuperMap3D.AnimationFollowType.SOUTH : Number

south
Default Value: 2

staticconstantSuperMap3D.AnimationFollowType.UP : Number

up
Default Value: 8

staticconstantSuperMap3D.AnimationFollowType.WEST : Number

west
Default Value: 1

staticconstantSuperMap3D.AnimationFollowType.WEST_NORTH : Number

northwest
Default Value: 5

staticconstantSuperMap3D.AnimationFollowType.WEST_SOUTH : Number

southwest
Default Value: 7