Note: This documentation is preliminary and is subject to change.
Represents an optional callback method that computes the percentage of spherical harmonic (SH) computations completed and gives the caller the option of aborting the simulator.
Definition
Visual Basic .NET
Public Delegate Sub PrtEngineCallback( _ ByVal percentComplete As Single _ )
C#
public sealed delegate voidPrtEngineCallback( floatpercentComplete );