Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.
struct in UnityEngine
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.
CerrarPor 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.
CerrarProvides information about the current and previous states of one sphere in a CullingGroup.
See Also: CullingGroup.onStateChanged.
currentDistance | The current distance band index of the sphere, after the most recent culling pass. |
hasBecomeInvisible | Did this sphere change from being visible to being invisible in the most recent culling pass? |
hasBecomeVisible | Did this sphere change from being invisible to being visible in the most recent culling pass? |
index | The index of the sphere that has changed. |
isVisible | Was the sphere considered visible by the most recent culling pass? |
previousDistance | The distance band index of the sphere before the most recent culling pass. |
wasVisible | Was the sphere visible before the most recent culling pass? |