Method GetObjects
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
templatesList<ObjectTemplate>Destination list that receives object templates.
buffersList<ComputeBuffer>Destination list that receives object instance buffers.