Graphics

Use these methods to interact with Unity’s Graphics engine.

Static methods

Method

Description

CopyTexture(src, dst)

Copies pixel data from one texture to another.

Details

class Graphics
static void CopyTexture(Texture src, Texture dst)

Copies pixel data from one texture to another.