Table of Contents

Method GetGenericTextures

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

GetGenericTextures(List<string>, List<RenderTexture>)

Copies the stored generic texture labels and textures into caller-provided lists.

public void GetGenericTextures(List<string> labels, List<RenderTexture> textures)

Parameters

labels List<string>

Destination list that receives output labels.

textures List<RenderTexture>

Destination list that receives output textures.