“Verificação da unidade GameObject Active” Respostas de código

Verifique se o GameObject está ativo

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

Verifique se o GameObject está ativo

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

Verificação da unidade GameObject Active

if (gameObject.activeInHierarchy)
Easy Eagle

Respostas semelhantes a “Verificação da unidade GameObject Active”

Perguntas semelhantes a “Verificação da unidade GameObject Active”

Mais respostas relacionadas para “Verificação da unidade GameObject Active” em C#

Procure respostas de código populares por idioma

Procurar outros idiomas de código