Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Delegate ufbx_load_opts_safe.ufbx_progress_fn_safe

    Delegate for a user-defined progress callback invoked during model loading.

    Namespace: ufbxSafe
    Assembly: ufbxSafe.dll
    Syntax
    public delegate ufbx.ufbx_progress_result ufbx_load_opts_safe.ufbx_progress_fn_safe(ufbx.ufbx_progress progress, object userData)
    Parameters
    Type Name Description
    ufbx.ufbx_progress progress

    The current loading progress state.

    object userData

    Optional user-defined data provided during callback setup.

    Returns
    Type Description
    ufbx.ufbx_progress_result

    A ufbx.ufbx_progress_result indicating whether to continue or cancel loading.

    In this article
    Back to top Generated by DocFX