Piccolo.NET

PCacheCamera.AnimateStaticViewToTransformFast Method 

This copies the behavior of the standard AnimateViewToMatrix but clears the cache when it is done.

protected PTransformActivity AnimateStaticViewToTransformFast(
   PMatrix destination,
   long duration
);

Parameters

destination
The final matrix value.
duration
The amount of time that the animation should take.

Return Value

The newly scheduled activity, if the duration is greater than 0; else null.

See Also

PCacheCamera Class | UMD.HCIL.PiccoloX.Nodes Namespace