Class BufferViewMeshoptExtension
Inheritance
BufferViewMeshoptExtension
Assembly: solution.dll
Syntax
[Serializable]
public class BufferViewMeshoptExtension : IBufferView
Fields
buffer
Declaration
Field Value
byteLength
The length of the bufferView in bytes.
Declaration
Field Value
byteOffset
The offset into the buffer in bytes.
Declaration
Field Value
byteStride
The stride, in bytes, between vertex attributes or other interleaved data.
When this is zero, data is tightly packed.
Declaration
Field Value
count
Declaration
Field Value
filter
Declaration
[Obsolete("Use GetFilter for access.")]
public string filter
Field Value
mode
Declaration
[Obsolete("Use GetMode for access.")]
public string mode
Field Value
Properties
Buffer
Declaration
public int Buffer { get; }
Property Value
ByteLength
The length of the bufferView in bytes.
Declaration
public int ByteLength { get; }
Property Value
ByteOffset
The offset into the buffer in bytes.
Declaration
public int ByteOffset { get; }
Property Value
Methods
GetFilter()
Declaration
public Filter GetFilter()
Returns
GetMode()
Declaration
Returns
Implements