![]() ![]() | Gets a string representation of the elements of a matrix. |
![]() | Overloaded. Initializes a new instance of the PTransformActivity class. |
![]() | Used to notify classes when the activity has finished. |
![]() | Used to notify classes when the activity has started. |
![]() | Used to notify classes when the activity is running. |
![]() | Sets the PActivityDelegate for this activity. |
![]() | Gets or sets the activity scheduler associated with this activity. |
![]() | Gets the Target associated with this activity. |
![]() | Gets or sets the final matrix that will be used on the transform activity's target when the transform activity stops stepping. |
![]() | Overriden. Set the amount of time that this activity should take to complete, after the startStepping method is called. |
![]() | Gets or sets a value indicating whether the activity is executing its first loop. |
![]() | Overridden. Gets a value indicating whether this activity is performing an animation. |
![]() | Gets a value indicating whether this activity is stepping. |
![]() | Gets or sets the number of times the activity should automatically reschedule itself after it has finished. |
![]() | Gets or sets the mode that defines how the activity interpolates between states. |
![]() | Gets the next time this activity should step, in PRoot global time. |
![]() | Gets or sets a value indicating whether the activity will be a pure interpolation, or simulate acceleration and friction. |
![]() | Gets or sets the time that this activity should start running in PRoot global time. |
![]() | Gets or sets the minimum number of milliseconds that this activity should delay between steps. |
![]() | Gets the time when this activity should finish running. |
![]() | Compute the adjusted t value for simulating acceleration and friction. |
![]() | 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. |
![]() | Overridden. See PInterpolatingActivity.SetRelativeTargetValue. |
![]() | Schedules this activity to start after the first activity has finished. |
![]() | Overloaded. Stop this activity immediately, and remove it from the activity scheduler. |
![]() | Overloaded. Stop this activity immediately, and remove it from the activity scheduler. |
![]() | Returns a string representation of this object for debugging purposes. |
![]() | Overridden. Gets a string representing the state of this object. |
![]() | Calls SetRelativeTargetValue with the appropriate t value for the current mode. |
![]() | 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. |
![]() | Overridden. See PActivity.OnActivityFinished. |
![]() | Overridden. See PInterpolatingActivity.OnActivityStarted. |
![]() | Overridden. See PActivity.OnActivityStep. |
PTransformActivity Class | UMD.HCIL.Piccolo.Activities Namespace