Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

check if gameobject is active

if (gameObject.activeSelf)
{
	// this happens when object is active
}
 
PREVIOUS NEXT
Tagged: #check #gameobject #active
ADD COMMENT
Topic
Name
6+2 =