GetPreviewTexture()
Returns a texture with the transcoded clip's current frame. Returns frame 0 when not playing, and frame at current time when playing.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public Texture GetPreviewTexture()
Returns
Type | Description |
|---|---|
| Texture | Texture containing the current frame. |