mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class GltfBuffer

    A buffer points to binary geometry, animation, or skins. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/buffer.schema.json

    Inheritance
    Object
    GltfProperty
    GltfChildOfRootProperty
    GltfBuffer
    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 GltfBuffer : GltfChildOfRootProperty

    Fields

    byteLength

    The length of the buffer in bytes. 0

    Declaration
    public int byteLength
    Field Value
    Type Description
    Int32

    byteLength

    The length of the buffer in bytes. 0

    Declaration
    public int byteLength
    Field Value
    Type Description
    Int32

    uri

    The uri of the buffer. Relative paths are relative to the .gltf file. Instead of referencing an external file, the uri can also be a data-uri.

    Declaration
    public string uri
    Field Value
    Type Description
    String

    uri

    The uri of the buffer. Relative paths are relative to the .gltf file. Instead of referencing an external file, the uri can also be a data-uri.

    Declaration
    public string uri
    Field Value
    Type Description
    String

    Properties

    BufferData

    Declaration
    public byte[] BufferData { get; }
    Property Value
    Type Description
    Byte[]

    BufferData

    Declaration
    public byte[] BufferData { get; }
    Property Value
    Type Description
    Byte[]
    In This Article
    • Fields
      • byteLength
      • byteLength
      • uri
      • uri
    • Properties
      • BufferData
      • BufferData
    Back to top Generated by DocFX