Delegate Globals.FbxProgressCallback
Namespace: Autodesk.Fbx
Syntax
public delegate bool FbxProgressCallback(float percentage, string status);
Parameters
| Type | Name | Description |
|---|---|---|
| Single | percentage | |
| String | status |
Returns
| Type | Description |
|---|---|
| Boolean |
public delegate bool FbxProgressCallback(float percentage, string status);
| Type | Name | Description |
|---|---|---|
| Single | percentage | |
| String | status |
| Type | Description |
|---|---|
| Boolean |