Table of Contents

Method GetObjects

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

GetObjects(List<ObjectTemplate>, List<ComputeBuffer>)

Copies the stored object templates and object instance buffers into caller-provided lists.

public void GetObjects(List<ObjectTemplate> templates, List<ComputeBuffer> buffers)

Parameters

templates List<ObjectTemplate>

Destination list that receives object templates.

buffers List<ComputeBuffer>

Destination list that receives object instance buffers.