![]() | Constructs a new PActivityScheduler. |
![]() | Gets a reference to the list of scheduled activities. |
![]() | Gets a value indicating whether any of the scheduled activities are performing animations. |
![]() | Gets the root node associated with this activity scheduler. |
![]() | Overloaded. Add this activity to the scheduler. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Process all scheduled activities for the given time. Each activity is given one "step", equivalent to one frame of animation. |
![]() | Remove this activity from the scheduler. |
![]() | Removes all activities currently scheduled to run. |
![]() | Returns a String that represents the current Object. |
![]() | Gets the timer that controls the stepping of activities. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | Starts the timer that controls the stepping of activities. |
![]() | Steps all running activities by calling the root's ProcessInputs , which in turn will call ProcessActivities . |
![]() | Stops the timer that controls the stepping of activities. |
PActivityScheduler Class | UMD.HCIL.Piccolo.Activities Namespace