Struct ufbx.ufbx_inflate_input
Source data/stream to decompress with ufbx_inflate()
Assembly: ufbxWrapper.dll
public struct ufbx.ufbx_inflate_input
Fields
Declaration
Field Value
Declaration
Field Value
Declaration
Field Value
Declaration
Field Value
(optional) Force internal fast lookup bit amount
Declaration
public ulong internal_fast_bits
Field Value
(optional) No the Adler32 checksum
Declaration
Field Value
(optional) No the DEFLATE header
Declaration
Field Value
(optional) Progress reporting
Declaration
public ufbx.ufbx_progress_cb progress_cb
Field Value
Bytes between progress report calls
Declaration
public ulong progress_interval_hint
Field Value
Declaration
public ulong progress_size_after
Field Value
(optional) Change the progress scope
Declaration
public ulong progress_size_before
Field Value
(optional) Streaming read function, concatenated after data
Declaration
Field Value
Declaration
Field Value
Total size of the data in bytes
Declaration
Field Value
Properties
Declaration
public int Count { get; }
Property Value
Declaration
public byte* this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
Declaration
public ufbx.ufbx_read_fn read_fn_ptr { set; }
Property Value