Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Callback for methods associated with UVAtlas and precomputed radiance transfer (PRT) operations.
Definition
Visual Basic Public Delegate Sub PercentageCompleteCallback( _
ByVal percentComplete As Single _
) As BooleanC# public delegate bool PercentageCompleteCallback(
float percentComplete
);C++ public delegate bool PercentageCompleteCallback(
float percentComplete
);JScript In JScript, you can use delegates, but you cannot define your own.
Parameters
percentComplete System.Single
Single-precision floating-point number between 0 and 1.0 that represents the percentage of calculations completed (between 0 and 100 percent).
Return Value
System.Boolean
Booleanthat continues the simulation if true, halts the simulation if false.
Delegate Information
Namespace Microsoft.DirectX.Direct3D Assembly Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll) Strong Name Microsoft.DirectX.Direct3DX, Version=1.0.900.0, Culture=neutral, PublicKeyToken=d3231b57b74a1492
.gif)