Answers for "check if game object is active unity c#"

C#
15

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 if game object is active unity c#"

C# Answers by Framework

Browse Popular Code Answers by Language