Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Create(PlayableGraph, Camera)

Creates a CameraPlayable in the PlayableGraph.
Read time 1 minuteLast updated 6 days ago

Definition

public static CameraPlayable Create(PlayableGraph graph, Camera camera)

Parameters

The PlayableGraph object that will own the CameraPlayable.

camera

Camera used to produce a texture in the PlayableGraph.

Returns

Type

Description

CameraPlayableA CameraPlayable linked to the PlayableGraph.