Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_warning

    Warning about a non-fatal issue in the file. Often contains information about issues that ufbx has corrected about the file but it might indicate something is not working properly.

    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_warning

    Fields

    count

    Number of times this warning was encountered.

    Declaration
    public ulong count
    Field Value
    Type Description
    ulong

    description

    Description of the warning.

    Declaration
    public ufbx.ufbx_string description
    Field Value
    Type Description
    ufbx.ufbx_string

    element_id

    The element related to this warning or UFBX_NO_INDEX if not related to a specific element.

    Declaration
    public uint element_id
    Field Value
    Type Description
    uint

    type

    Type of the warning.

    Declaration
    public ufbx.ufbx_warning_type type
    Field Value
    Type Description
    ufbx.ufbx_warning_type
    In this article
    Back to top Generated by DocFX