Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity how to check object position

if (transform.position.x == 0)
            {
                print("hi");
            }
 
PREVIOUS NEXT
Tagged: #unity #check #object #position
ADD COMMENT
Topic
Name
9+5 =