Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity check if transform doent have parent

if (transform.parent == null)
{

}
 
PREVIOUS NEXT
Tagged: #unity #check #transform #doent #parent
ADD COMMENT
Topic
Name
5+2 =