Table of Contents

Method AddObject

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

AddObject(ObjectTemplate, ComputeBuffer)

Adds one object template and its corresponding instance buffer.

public void AddObject(ObjectTemplate template, ComputeBuffer buffer)

Parameters

template ObjectTemplate

Object template referenced by the instance buffer.

buffer ComputeBuffer

Buffer containing packed object instances for template.