“Unity Check GameObject activo” Código de respuesta

Compruebe si GameObject está activo

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

Unidad verifique si GameObject está activo

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

Unity Check GameObject activo

if (gameObject.activeInHierarchy)
Easy Eagle

Respuestas similares a “Unity Check GameObject activo”

Preguntas similares a “Unity Check GameObject activo”

Más respuestas relacionadas con “Unity Check GameObject activo” en C#

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código