Enum ufbx.ufbx_progress_result
Progress result returned from ufbx_progress_fn() callback.
Determines whether ufbx should continue or abort the loading.
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public enum ufbx.ufbx_progress_result
Fields
| Name | Description |
|---|---|
| UFBX_PROGRESS_CANCEL | Cancel loading and fail with |
| UFBX_PROGRESS_CONTINUE | Continue loading the file. |
| UFBX_PROGRESS_RESULT_FORCE_32BIT |