Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

CullingGroupEvent

struct in UnityEngine

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

Cambiar al Manual

Descripción

Provides information about the current and previous states of one sphere in a CullingGroup.

Variables

currentDistanceThe current distance band index of the sphere, after the most recent culling pass.
hasBecomeInvisibleDid this sphere change from being visible to being invisible in the most recent culling pass?
hasBecomeVisibleDid this sphere change from being invisible to being visible in the most recent culling pass?
indexThe index of the sphere that has changed.
isVisibleWas the sphere considered visible by the most recent culling pass?
previousDistanceThe distance band index of the sphere before the most recent culling pass.
wasVisibleWas the sphere visible before the most recent culling pass?