Answers for "how to check if an object is active in unity"

C#
3

how to check if an object is active in unity

if (myGameObject.activeSelf)
Posted by: Guest on August-17-2020

Code answers related to "how to check if an object is active in unity"

C# Answers by Framework

Browse Popular Code Answers by Language