PPositionPathActivity Constructor (Int64, Int64, Target)
Constructs a new PPositionPathActivity that will move the target through multiple positions (from source to destination), transitioning from position to position as specified by the knot values.
public PPositionPathActivity(
long duration,
long stepInterval,
Target aTarget);
Parameters
- duration
- The length of the activity.
- stepInterval
- The minimum number of milliseconds that this activity should delay between steps.
- aTarget
- The object that the activity will be applied to.
See Also
PPositionPathActivity Class | UMD.HCIL.PiccoloX.Activities Namespace | PPositionPathActivity Constructor Overload List