Answers for "check to see if an object is active"

C#
22

check if gameobject is active

if (gameObject.activeSelf)
{
	// this happens when object is active
}
Posted by: Guest on July-17-2020

Code answers related to "check to see if an object is active"

C# Answers by Framework

Browse Popular Code Answers by Language