Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_vertex_stream

    Vertex data array for ufbx_generate_indices(). NOTE: ufbx_generate_indices() compares the vertices using memcmp(), so any padding should be cleared to 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_vertex_stream

    Fields

    data

    Declaration
    public byte* data
    Field Value
    Type Description
    byte*

    vertex_count

    Number of vertices in this stream, for sanity checking.

    Declaration
    public ulong vertex_count
    Field Value
    Type Description
    ulong

    vertex_size

    Size of a vertex in bytes.

    Declaration
    public ulong vertex_size
    Field Value
    Type Description
    ulong

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int

    this[int]

    Declaration
    public byte* this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    byte*
    In this article
    Back to top Generated by DocFX