Table of Contents

Method GetTrees

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

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

templates List<TreeTemplate>

Destination list that receives tree templates.

buffers List<ComputeBuffer>

Destination list that receives tree instance buffers.