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.

Particle

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

Script interface for a Particle.

Variables

angularVelocityLa velocidad angular de la partícula.
angularVelocity3DLa velocidad angular de la partícula.
lifetimeThe lifetime of the particle.
positionLa posición de la partícula.
randomSeedThe random seed of the particle.
rotationLa rotación de la partícula.
rotation3DLa rotación de la partícula.
startColorThe initial color of the particle. The current color of the particle is calculated procedurally based on this value and the active color modules.
startLifetimeThe starting lifetime of the particle.
startSizeThe initial size of the particle. The current size of the particle is calculated procedurally based on this value and the active size modules.
velocityLa velocidad de la partícula.

Funciones Públicas

GetCurrentColorCalculate the current color of the particle by applying the relevant curves to its startColor property.
GetCurrentSizeCalculate the current size of the particle by applying the relevant curves to its startSize property.