Answers for "unity set color of particle system with cä#"

C#
0

unity particle system color

Color myColor;
gameObject.GetComponent<ParticleSystem>().startColor = myColor;
Posted by: Guest on March-25-2020

Code answers related to "unity set color of particle system with cä#"

C# Answers by Framework

Browse Popular Code Answers by Language