Piccolo.NET

PNode.PNodeBoundsActivity Properties

The properties of the PNode.PNodeBoundsActivity class are listed below. For a complete list of PNode.PNodeBoundsActivity class members, see the PNode.PNodeBoundsActivity Members topic.

Public Instance Properties

ActivityDelegate (inherited from PActivity) Sets the PActivityDelegate for this activity.
ActivityScheduler (inherited from PActivity) Gets or sets the activity scheduler associated with this activity.
Duration (inherited from PInterpolatingActivity) Overriden. Set the amount of time that this activity should take to complete, after the startStepping method is called.
FirstLoop (inherited from PInterpolatingActivity) Gets or sets a value indicating whether the activity is executing its first loop.
IsAnimation (inherited from PActivity) Gets a value indicating whether this activity is performing an animation.
IsStepping (inherited from PActivity) Gets a value indicating whether this activity is stepping.
LoopCount (inherited from PInterpolatingActivity) Gets or sets the number of times the activity should automatically reschedule itself after it has finished.
Mode (inherited from PInterpolatingActivity) Gets or sets the mode that defines how the activity interpolates between states.
NextStepTime (inherited from PActivity) Gets the next time this activity should step, in PRoot global time.
SlowInSlowOut (inherited from PInterpolatingActivity) Gets or sets a value indicating whether the activity will be a pure interpolation, or simulate acceleration and friction.
StartTime (inherited from PActivity) Gets or sets the time that this activity should start running in PRoot global time.
StepInterval (inherited from PActivity) Gets or sets the minimum number of milliseconds that this activity should delay between steps.
StopTime (inherited from PActivity) Gets the time when this activity should finish running.
Target Gets the target node.

Protected Instance Properties

ParamString (inherited from PInterpolatingActivity) Overridden. Gets a string representing the state of this object.
RelativeTargetValue (inherited from PInterpolatingActivity) Calls SetRelativeTargetValue with the appropriate t value for the current mode.

See Also

PNode.PNodeBoundsActivity Class | UMD.HCIL.Piccolo Namespace