Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Delegate ufbx_load_opts_safe.ufbx_open_file_fn_safe

    Delegate for a user-defined callback to open files during model loading.

    Namespace: ufbxSafe
    Assembly: ufbxSafe.dll
    Syntax
    public delegate bool ufbx_load_opts_safe.ufbx_open_file_fn_safe(out Stream stream, string path, ufbx.ufbx_open_file_info info, object userData)
    Parameters
    Type Name Description
    Stream stream

    Receives the opened Stream if successful.

    string path

    The file path to open.

    ufbx.ufbx_open_file_info info

    Additional file information provided by the ufbx library.

    object userData

    Optional user-defined data provided during callback setup.

    Returns
    Type Description
    bool

    true if the file was opened successfully; otherwise, false.

    In this article
    Back to top Generated by DocFX