Answers for "how to create a rgb color to a light in unity c#"

C#
0

unity color by rgb

myColor = new Color(red,green,blue);
//where red, green, and blue are float values between 0-255
Posted by: Guest on September-16-2021

C# Answers by Framework

Browse Popular Code Answers by Language