Answers for "check if enabled unity"

C#
0

check if enabled unity

if (gameObject.activeSelf )
{
 	print("It is Activated.")
}
Posted by: Guest on July-03-2020

Code answers related to "check if enabled unity"

C# Answers by Framework

Browse Popular Code Answers by Language