Piccolo.NET

PPositionPathActivity Methods

The methods of the PPositionPathActivity class are listed below. For a complete list of PPositionPathActivity class members, see the PPositionPathActivity Members topic.

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 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