The methods of the PActivity class are listed below. For a complete list of PActivity class members, see the PActivity Members topic.
![]() | 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. |
![]() | 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. |
![]() | Schedules this activity to start after the first activity has finished. |
![]() | Stop this activity immediately, and remove it from the activity scheduler. |
![]() | Returns a string representation of this object for debugging purposes. |
![]() | 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. |
![]() | This method is called after an activity has finished running and the activity has been removed from the PActivityScheduler queue. |
![]() | This method is called right before an activity is scheduled to start running. |
![]() | This method is called repeatedly when the activity is running. |
PActivity Class | UMD.HCIL.Piccolo.Activities Namespace