Table of Contents

Method SetExternal

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

SetExternal(SlotRef, string)

Marks a slot as reading from a named external resource instead of the internal data pool.

public void SetExternal(SlotRef slotRef, string name)

Parameters

slotRef SlotRef

The slot that should resolve externally.

name string

The external resource name that will later be matched against AddExternalTexture(string, RenderTexture) or AddExternalBuffer(string, ComputeBuffer).

Exceptions

ArgumentException

Thrown when name is null or empty.