PActivity Constructor (Int64, Int64, Int64)
Constructs a new PActivity.
public PActivity(
long aDuration,
long aStepInterval,
long aStartTime);
Parameters
- aDuration
- The amount of time this activity should take to complete, -1 for infinite.
- aStepInterval
- The minimum number of milliseconds that this activity should delay between steps.
- aStartTime
- The time (relative to
PUtil.CurrentTimeMillis
) that this activity should start.
See Also
PActivity Class | UMD.HCIL.Piccolo.Activities Namespace | PActivity Constructor Overload List