CameraPlayable
An implementation of IPlayable that produces a Camera texture.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Experimental.Playables
- Assembly: UnityEngine.CoreModule
- Implements: IPlayable, IEquatable<CameraPlayable>
public struct CameraPlayable : IPlayable, IEquatable<CameraPlayable>
Remarks
NOTE: You can use PlayableExtensions methods with CameraPlayable objects.
Static Methods
Method | Description |
|---|---|
| Create | Creates a CameraPlayable in the PlayableGraph. |