Struct ufbx.ufbx_stream
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_stream
Fields
close_fn
Declaration
Field Value
read_fn
Declaration
Field Value
size_fn
Declaration
Field Value
skip_fn
Declaration
Field Value
user
Context passed to other functions
Declaration
Field Value
Properties
close_fn_ptr
Declaration
public ufbx.ufbx_close_fn close_fn_ptr { set; }
Property Value
read_fn_ptr
Declaration
public ufbx.ufbx_read_fn read_fn_ptr { set; }
Property Value
size_fn_ptr
Declaration
public ufbx.ufbx_size_fn size_fn_ptr { set; }
Property Value
skip_fn_ptr
Declaration
public ufbx.ufbx_skip_fn skip_fn_ptr { set; }
Property Value