Created
September 5, 2019 05:58
-
-
Save Youngchangoon/f38e7abd7e9e1218206ce30989ea6f7a to your computer and use it in GitHub Desktop.
When you want to play particle at specific time..!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ps.Simulate(4f, true, true); | |
ps.Pause(); | |
ps.time = 4f; | |
ps.Play(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment