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