Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_mesh_part

    Subset of mesh faces used by a single material or group.

    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_mesh_part

    Fields

    face_indices

    Indices to ufbx_mesh.faces[]. Always contains num_faces elements.

    Declaration
    public ufbx.ufbx_uint32_list face_indices
    Field Value
    Type Description
    ufbx.ufbx_uint32_list

    index

    Index of the mesh part.

    Declaration
    public uint index
    Field Value
    Type Description
    uint

    num_empty_faces

    Number of faces with zero vertices

    Declaration
    public ulong num_empty_faces
    Field Value
    Type Description
    ulong

    num_faces

    Number of faces (polygons)

    Declaration
    public ulong num_faces
    Field Value
    Type Description
    ulong

    num_line_faces

    Number of faces with two vertices

    Declaration
    public ulong num_line_faces
    Field Value
    Type Description
    ulong

    num_point_faces

    Number of faces with a single vertex

    Declaration
    public ulong num_point_faces
    Field Value
    Type Description
    ulong

    num_triangles

    Number of triangles if triangulated

    Declaration
    public ulong num_triangles
    Field Value
    Type Description
    ulong
    In this article
    Back to top Generated by DocFX