Class BufferViewMeshoptExtension
Inheritance
BufferViewMeshoptExtension
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[MovedFrom(true, "GLTFast.Schema", "glTFast", null)]
public class BufferViewMeshoptExtension
Properties
Buffer
Declaration
[JsonPropertyName("buffer")]
public int? Buffer { get; set; }
Property Value
ByteLength
The length of the bufferView in bytes.
Declaration
[JsonPropertyName("byteLength")]
public int ByteLength { get; set; }
Property Value
ByteOffset
The offset into the buffer in bytes.
Declaration
[JsonPropertyName("byteOffset")]
public int ByteOffset { get; set; }
Property Value
ByteStride
The stride, in bytes, between vertex attributes or other interleaved data.
Declaration
[JsonPropertyName("byteStride")]
public int? ByteStride { get; set; }
Property Value
Count
Declaration
[JsonPropertyName("count")]
public int Count { get; set; }
Property Value
Filter
Declaration
[JsonPropertyName("filter")]
[JsonConverter(typeof(MeshoptFilterConverter))]
public MeshoptFilter Filter { get; set; }
Property Value
Mode
Declaration
[JsonPropertyName("mode")]
[JsonConverter(typeof(MeshoptModeConverter))]
public MeshoptMode Mode { get; set; }
Property Value