EmitParams

struct in UnityEngine

매뉴얼로 전환

설명

Script interface for Particle System emission parameters.

변수

angularVelocityOverride the angular velocity of emitted particles.
angularVelocity3DOverride the 3D angular velocity of emitted particles.
applyShapeToPositionWhen overriding the position of particles, setting this flag to true allows you to retain the influence of the shape module.
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.
startSize3DOverride the initial 3D size of emitted particles.
velocityOverride the velocity of emitted particles.

Public 함수

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.