“Unity Check GameObject aktiv” Code-Antworten

Überprüfen Sie, ob GameObject aktiv ist

if (gameObject.activeSelf)
{
	// this happens when object is active
}
Comfortable Caterpillar

Einheitsprüfung, ob GameObject aktiv ist

// To check if a GameObject is active:
gameObject.activeSelf;
SkelliBoi

Unity Check GameObject aktiv

if (gameObject.activeInHierarchy)
Easy Eagle

Ähnliche Antworten wie “Unity Check GameObject aktiv”

Fragen ähnlich wie “Unity Check GameObject aktiv”

Weitere verwandte Antworten zu “Unity Check GameObject aktiv” auf C#

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen