Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddArray<T>(void*, int)

Appends the elements of a buffer to the end of this append buffer.
Read time 1 minuteLast updated 12 days ago

Definition

public void AddArray<T>(void* ptr, int length) where T : unmanaged

Parameters

A pointer to the buffer whose values will be appended.

length

The number of elements to append.

Remarks

The values themselves are stored, not their pointers.