Table of Contents

Method GetRT

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

GetRT(string)

Looks up a pooled render texture by identifier.

public GraphRenderTexture GetRT(string name)

Parameters

name string

Returns

GraphRenderTexture

GetRT(SlotRef)

Looks up a pooled render texture by slot reference.

public GraphRenderTexture GetRT(SlotRef slotRef)

Parameters

slotRef SlotRef

Returns

GraphRenderTexture