#What does this unity method do
1 messages · Page 1 of 1 (latest)
google it
The one he sent
wtf
public bool isActiveAndEnabled;
Description
Reports whether a GameObject and its associated Behaviour is active and enabled.
A GameObject can be active or inactive. Similarly, a Behaviour can be enabled or disabled. If a GameObject is active and has an enabled behaviour then isActiveAndEnabled will return true. Otherwise false is returned.
Note: value is ReadOnly.
To determine whether GameObject is active, isActiveAndEnabled uses the equivalent of activeInHierarchy.
there.
Thanks 😄