Table of Contents

Delegate RenderTextureToFileUtils.RTToFileHandler

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

Handles a request to export a render texture using a caller-provided file name stem.

public delegate void RenderTextureToFileUtils.RTToFileHandler(RenderTexture rt, string fileNameNoExtension)

Parameters

rt RenderTexture

The render texture that should be exported.

fileNameNoExtension string

Suggested file name without an extension.