dronkowitz

void example

Feb 9th, 2022 (edited)
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. public void PlayVideo()
  2.     {
  3.         player.gameObject.SetActive(true);
  4.         player.Setup(clip);
  5.     }
Add Comment
Please, Sign In to add comment