Table of Contents

Method RecordRT

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

RecordRT(RenderTexture, string)

Copies a render texture into the debugger list so it can be viewed later in the on-screen inspector.

public static void RecordRT(RenderTexture src, string label)

Parameters

src RenderTexture

The source render texture to duplicate.

label string

The display name assigned to the copied texture.

RecordRT(Texture, string)

Copies a generic texture into a temporary render texture and stores it in the debugger list.

public static void RecordRT(Texture src, string label)

Parameters

src Texture

The source texture to copy.

label string

The display name assigned to the copied texture.