Answers for "unity c# how to use a if statement to find out if two colors are the same"

C#
0

unity if color

Color myColor = new Color(210f, 2f, 2f, 1f); if(touchingPlatform && renderer.material.color == myColor){     transform.localPosition = startPosition; }
Posted by: Guest on July-03-2020

Code answers related to "unity c# how to use a if statement to find out if two colors are the same"

C# Answers by Framework

Browse Popular Code Answers by Language