Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FromRenderTexture(RenderTexture)

Creates a background from a RenderTexture.
Read time 1 minuteLast updated 6 days ago

Definition

public static Background FromRenderTexture(RenderTexture rt)

Parameters

The render texture to use as a background.

Returns

Type

Description

BackgroundA new background object.