Answers for "unity check position"

C#
0

unity how to check object position

if (transform.position.x == 0)
            {
                print("hi");
            }
Posted by: Guest on February-04-2020

C# Answers by Framework

Browse Popular Code Answers by Language