mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class GltfBufferView

    A view into a buffer generally representing a subset of the buffer. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/bufferView.schema.json

    Inheritance
    Object
    GltfProperty
    GltfChildOfRootProperty
    GltfBufferView
    Inherited Members
    GltfChildOfRootProperty.name
    GltfProperty.Extensions
    GltfProperty.Extras
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
    Assembly: cs.temp.dll.dll
    Syntax
    public class GltfBufferView : GltfChildOfRootProperty

    Fields

    buffer

    The index of the buffer.

    Declaration
    public int buffer
    Field Value
    Type Description
    Int32

    buffer

    The index of the buffer.

    Declaration
    public int buffer
    Field Value
    Type Description
    Int32

    byteLength

    The length of the bufferView in bytes. 0

    Declaration
    public int byteLength
    Field Value
    Type Description
    Int32

    byteLength

    The length of the bufferView in bytes. 0

    Declaration
    public int byteLength
    Field Value
    Type Description
    Int32

    byteOffset

    The offset into the buffer in bytes. 0

    Declaration
    public int byteOffset
    Field Value
    Type Description
    Int32

    byteOffset

    The offset into the buffer in bytes. 0

    Declaration
    public int byteOffset
    Field Value
    Type Description
    Int32

    byteStride

    The stride, in bytes, between vertex attributes or other interleavable data. When this is zero, data is tightly packed. 0 255

    Declaration
    public int byteStride
    Field Value
    Type Description
    Int32

    byteStride

    The stride, in bytes, between vertex attributes or other interleavable data. When this is zero, data is tightly packed. 0 255

    Declaration
    public int byteStride
    Field Value
    Type Description
    Int32

    target

    The target that the WebGL buffer should be bound to. All valid values correspond to WebGL enums. When this is not provided, the bufferView contains animation or skin data.

    Declaration
    public GltfBufferViewTarget target
    Field Value
    Type Description
    GltfBufferViewTarget

    target

    The target that the WebGL buffer should be bound to. All valid values correspond to WebGL enums. When this is not provided, the bufferView contains animation or skin data.

    Declaration
    public GltfBufferViewTarget target
    Field Value
    Type Description
    GltfBufferViewTarget

    Properties

    Buffer

    https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/buffer.schema.json

    Declaration
    public GltfBuffer Buffer { get; }
    Property Value
    Type Description
    GltfBuffer

    Buffer

    https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/buffer.schema.json

    Declaration
    public GltfBuffer Buffer { get; }
    Property Value
    Type Description
    GltfBuffer
    In This Article
    • Fields
      • buffer
      • buffer
      • byteLength
      • byteLength
      • byteOffset
      • byteOffset
      • byteStride
      • byteStride
      • target
      • target
    • Properties
      • Buffer
      • Buffer
    Back to top Generated by DocFX