Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_vertex_vec3

    3D vertex attribute, see ufbx_vertex_attrib for information

    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_vertex_vec3

    Fields

    exists

    Declaration
    public bool exists
    Field Value
    Type Description
    bool

    indices

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

    unique_per_vertex

    Declaration
    public bool unique_per_vertex
    Field Value
    Type Description
    bool

    value_reals

    Declaration
    public ulong value_reals
    Field Value
    Type Description
    ulong

    values

    Declaration
    public ufbx.ufbx_vec3_list values
    Field Value
    Type Description
    ufbx.ufbx_vec3_list

    values_w

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