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.

EmitParams

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 particle emission parameters.

Variables

angularVelocityOverride the angular velocity of emitted particles.
angularVelocity3DOverride the 3D angular velocity of emitted particles.
axisOfRotationOverride the axis of rotation of emitted particles.
positionOverride the position of emitted particles.
randomSeedOverride the random seed of emitted particles.
rotationOverride the rotation of emitted particles.
rotation3DOverride the 3D rotation of emitted particles.
startColorOverride the initial color of emitted particles.
startLifetimeOverride the lifetime of emitted particles.
startSizeOverride the initial size of emitted particles.
velocityOverride the velocity of emitted particles.

Funciones Públicas

ResetAngularVelocityReverts angularVelocity and angularVelocity3D back to the values specified in the inspector.
ResetAxisOfRotationRevert the axis of rotation back to the value specified in the inspector.
ResetPositionRevert the position back to the value specified in the inspector.
ResetRandomSeedRevert the random seed back to the value specified in the inspector.
ResetRotationReverts rotation and rotation3D back to the values specified in the inspector.
ResetStartColorRevert the initial color back to the value specified in the inspector.
ResetStartLifetimeRevert the lifetime back to the value specified in the inspector.
ResetStartSizeRevert the initial size back to the value specified in the inspector.
ResetVelocityRevert the velocity back to the value specified in the inspector.