Accessor.SetIndexData

SetIndexData(MemoryAccessor)

public void SetIndexData(MemoryAccessor src)

See Also


SetIndexData(BufferView, int, int, IndexEncodingType)

Associates this Accessor with a BufferView

public void SetIndexData(BufferView buffer, int bufferByteOffset, int itemCount, 
    IndexEncodingType encoding)
ParameterTypeDescription
bufferBufferViewThe BufferView source.
bufferByteOffsetInt32The start byte offset within buffer.
itemCountInt32The number of items in the accessor.
encodingIndexEncodingTypeThe IndexEncodingType item encoding.

See Also