Method BeginForEachIndex
BeginForEachIndex(int)
Readies this writer to write to a particular buffer of the stream.
Declaration
public void BeginForEachIndex(int foreachIndex)
Parameters
Type | Name | Description |
---|---|---|
int | foreachIndex | The index of the buffer to write. |
Remarks
Must be called before using this writer. For an individual writer, call this method only once.
When done using this writer, you must call <xref href="Unity.Collections.LowLevel.Unsafe.UnsafeStream.Writer.EndForEachIndex" data-throw-if-not-resolved="false"></xref>.