返回介绍

Particle 粒子

发布于 2019-12-18 15:38:13 字数 3397 浏览 1103 评论 0 收藏 0

struct in UnityEngine

Description 描述

Script interface for a Particle.

粒子的脚本接口。

See Also: ParticleSystem, ParticleSystem.GetParticles, ParticleSystem.SetParticles.

Variables 变量

angularVelocityThe angular velocity of the particle.
粒子的角速度。
angularVelocity3DThe 3D angular velocity of the particle.
3D粒子角速度。
lifetimeThe lifetime of the particle.
粒子的生命周期。
positionThe position of the particle.
粒子的位置。
randomSeedThe random seed of the particle.
该粒子的随机种子。
rotationThe rotation of the particle.
该粒子的旋转角度。
rotation3DThe 3D rotation of the particle.
该粒子的3D旋转角度。
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.
该粒子的初始大小。粒子的当前大小是由程序基于该值和激活的大小模块计算。
velocityThe velocity of the particle.
粒子的速度。

Public Functions 共有函数

GetCurrentColorCalculate the current color of the particle by applying the relevant curves to its startColor property.
粒子的当前颜色通过应用到相关曲线到startColor属性计算。
GetCurrentSizeCalculate the current size of the particle by applying the relevant curves to its startSize property.
粒子的当前大小通过应用到相关曲线到startSize属性来计算。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文