move

move moves all the points in a skeleton to a specified point with a specified time gap between moving the points.

version(!DLL)
pragma(inline, true)
void
move
(,
uint tbf
,
ref shared Skeleton tomove
,
real speed
)

Parameters

moveto Point

A point specifying the total amount to move along each axis.

tbf uint

The time in miliseconds between 'frames'(a frame is one section of moving points before waiting a bit). This gives an illusion of continuous motion.

tomove Skeleton

The skeleton being moved.

speed real

The speed at which to move the points.

Return Value

Type: void

none

Meta