mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Document GPUParticles.emit_particle() only working on Forward+ and Mobile
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
<description>
|
||||
Emits a single particle. Whether [param xform], [param velocity], [param color] and [param custom] are applied depends on the value of [param flags]. See [enum EmitFlags].
|
||||
The default ParticleProcessMaterial will overwrite [param color] and use the contents of [param custom] as [code](rotation, age, animation, lifetime)[/code].
|
||||
[b]Note:[/b] [method emit_particle] is only supported on the Forward+ and Mobile rendering methods, not Compatibility.
|
||||
</description>
|
||||
</method>
|
||||
<method name="restart">
|
||||
|
||||
Reference in New Issue
Block a user