PActivityScheduler Constructor | Constructs a new PActivityScheduler. | 
 ActivitiesReference | Gets a reference to the list of scheduled activities. | 
 Animating | Gets a value indicating whether any of the scheduled activities are performing animations. | 
 Root | Gets the root node associated with this activity scheduler. | 
 AddActivity | Overloaded. Add this activity to the scheduler. | 
 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. | 
 GetType (inherited from Object) | Gets the Type of the current instance. | 
 ProcessActivities | Process all scheduled activities for the given time. Each activity is given one "step", equivalent to one frame of animation. | 
 RemoveActivity | Remove this activity from the scheduler. | 
 RemoveAllActivities | Removes all activities currently scheduled to run. | 
 ToString (inherited from Object) | Returns a String that represents the current Object. | 
 ActivityTimer | Gets the timer that controls the stepping of activities. | 
 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. | 
 StartActivityTimer | Starts the timer that controls the stepping of activities. | 
 StepActivities |  Steps all running activities by calling the root's ProcessInputs, which in turn will call ProcessActivities.  | 
 StopActivityTimer | Stops the timer that controls the stepping of activities. | 
PActivityScheduler Class | UMD.HCIL.Piccolo.Activities Namespace