CameraPlayable.Create
public static Experimental.Playables.CameraPlayable Create(Playables.PlayableGraph graph,
Camera camera);
Parameters
| graph | The PlayableGraph object that will own the CameraPlayable. | |
| camera | Camera used to produce a texture in the PlayableGraph. |
Returns
CameraPlayable A CameraPlayable linked to the PlayableGraph.
Description 描述
Creates a CameraPlayable in the PlayableGraph.