Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_thumbnail

    Embedded thumbnail in the file, valid if the dimensions are non-zero.

    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_thumbnail

    Fields

    data

    Thumbnail pixel data, layout as contiguous rows from bottom to top. See ufbx_thumbnail.format for the pixel format.

    Declaration
    public ufbx.ufbx_blob data
    Field Value
    Type Description
    ufbx.ufbx_blob

    format

    Format of ufbx_thumbnail.data.

    Declaration
    public ufbx.ufbx_thumbnail_format format
    Field Value
    Type Description
    ufbx.ufbx_thumbnail_format

    height

    Declaration
    public uint height
    Field Value
    Type Description
    uint

    props

    Declaration
    public ufbx.ufbx_props props
    Field Value
    Type Description
    ufbx.ufbx_props

    width

    Extents of the thumbnail

    Declaration
    public uint width
    Field Value
    Type Description
    uint
    In this article
    Back to top Generated by DocFX