BufferView.IsInterleaved

BufferView.IsInterleaved method

Checks if accessors use this buffer in interleaved arrangement

public bool IsInterleaved(IEnumerable<Accessor> accessors)
ParameterTypeDescription
accessorsIEnumerable`1A collection of accessors that use this buffer

Return Value

true if the buffer is interleaved

See Also