Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_geometry_cache_data_opts

    Options for ufbx_read_geometry_cache_TYPE() NOTE: Initialize to zero with { 0 } (C) or { } (C++)

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ufbxWrapper
    Assembly: ufbxWrapper.dll
    Syntax
    public struct ufbx.ufbx_geometry_cache_data_opts

    Fields

    _begin_zero

    Declaration
    public uint _begin_zero
    Field Value
    Type Description
    uint

    _end_zero

    Declaration
    public uint _end_zero
    Field Value
    Type Description
    uint

    additive

    Declaration
    public bool additive
    Field Value
    Type Description
    bool

    ignore_transform

    Ignore scene transform.

    Declaration
    public bool ignore_transform
    Field Value
    Type Description
    bool

    open_file_cb

    External file callbacks (defaults to stdio.h)

    Declaration
    public ufbx.ufbx_open_file_cb open_file_cb
    Field Value
    Type Description
    ufbx.ufbx_open_file_cb

    use_weight

    Declaration
    public bool use_weight
    Field Value
    Type Description
    bool

    weight

    Declaration
    public float weight
    Field Value
    Type Description
    float
    In this article
    Back to top Generated by DocFX