Method GetTrees
GetTrees(List<TreeTemplate>, List<ComputeBuffer>)
Copies the stored tree templates and tree instance buffers into caller-provided lists.
public void GetTrees(List<TreeTemplate> templates, List<ComputeBuffer> buffers)
Parameters
templatesList<TreeTemplate>Destination list that receives tree templates.
buffersList<ComputeBuffer>Destination list that receives tree instance buffers.