跳至正文
版本:bleeding-edge 🩸

✨ 粒子

Failed to load class data.
提示

Both Cascade and Niagara Particle Systems are supported!

🎒 示例

local my_particle = Particle(
Vector(-200, 100, 100),
Rotator(0, 0, 0),
"nanos-world::P_Explosion",
true, -- Auto Destroy?
true -- Auto Activate?
)

🛠 构造函数

Failed to load constructor data.
备注

auto_destroy means the Entity will be immediately destroyed after spawned, losing references to the Particle System spawned in-game. So if the Particle System itself loops indefinitely, it will keep playing until the Player reconnects.

🗿 静态函数

Failed to load class data.

🦠 函数

Failed to load class data.

🚀 事件

Failed to load class data.