void MLPlayer.LoadPlayerThumbnail(Action<[Texture2D](#)> onComplete)
7/14/25Less than 1 minute
Member of ML.SDK.MLPlayer
Method
void MLPlayer.LoadPlayerThumbnail(Action<[Texture2D](#)> onComplete)
void MLPlayer.LoadPlayerThumbnail(Action`<Texture2D>` onComplete);Parameters
| Parameter | Type | Description |
|---|---|---|
| onComplete | Action<[Texture2D](#)> | A callback to call when the loading process is complete. |
Returns
Summary
Loads the player Thumbnail.

