Answers for "get gameobject active state"

C#
0

get gameobject active state

//this returns the active state of the game object
GameObject.activeSelf;
Posted by: Guest on March-29-2021

Code answers related to "get gameobject active state"

C# Answers by Framework

Browse Popular Code Answers by Language