Piccolo.NET

PPositionPathActivity Members

PPositionPathActivity overview

Public Instance Constructors

PPositionPathActivityOverloaded. Initializes a new instance of the PPositionPathActivity class.

Public Instance Fields

ActivityFinished (inherited from PActivity) Used to notify classes when the activity has finished.
ActivityStarted (inherited from PActivity) Used to notify classes when the activity has started.
ActivityStepped (inherited from PActivity) Used to notify classes when the activity is running.

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 Overridden. See PActivity.IsAnimation.
IsStepping (inherited from PActivity) Gets a value indicating whether this activity is stepping.
Knots (inherited from PPathActivity) Gets or sets the knots array.
KnotsLength (inherited from PPathActivity) Gets the current length of the knots array.
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.
PositionPath Sets the sequence of points that this activity animates through to the points along the given graphics path.
Positions Gets or sets the sequence of points that this activity animates through.
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.

Public Instance Methods

ComputeSlowInSlowOut (inherited from PInterpolatingActivity) Compute the adjusted t value for simulating acceleration and friction.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetKnot (inherited from PPathActivity) Gets the knot at the specified index.
GetPosition Gets the position at the specified index.
GetType (inherited from Object)Gets the Type of the current instance.
ProcessStep (inherited from PActivity) The activity scheduler calls this method and it is here that the activity decides if it should do a step or not for the given time.
SetKnot (inherited from PPathActivity) Sets the knot at the specified index.
SetPosition Sets the position at the specified index.
SetRelativeTargetValueOverloaded. Overridden. See PPathActivity.SetRelativeTargetValue.
SetRelativeTargetValue (inherited from PPathActivity)Overloaded. Subclasses should override this method and set the value on their target (the object that they are modifying) accordingly.
StartAfter (inherited from PActivity) Schedules this activity to start after the first activity has finished.
Terminate (inherited from PInterpolatingActivity) Overridden. See PActivity.Terminate.
ToString (inherited from PActivity) Returns a string representation of this object for debugging purposes.

Protected Instance Fields

knots (inherited from PPathActivity) An array of values between 0 and 1 that indicate when the activity should transition from state to state.
positions The sequence of points that this activity animates through.
target The target that will be positioned as the activity runs.

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.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnActivityFinished (inherited from PInterpolatingActivity) Overridden. See PActivity.OnActivityFinished.
OnActivityStarted (inherited from PInterpolatingActivity) Overridden. See PActivity.OnActivityStarted.
OnActivityStep (inherited from PInterpolatingActivity) Overridden. See PActivity.OnActivityStep.

See Also

PPositionPathActivity Class | UMD.HCIL.PiccoloX.Activities Namespace