Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    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_ERROR_CANCELLED.

    UFBX_PROGRESS_CONTINUE

    Continue loading the file.

    UFBX_PROGRESS_RESULT_FORCE_32BIT
    In this article
    Back to top Generated by DocFX