mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Merge pull request #80779 from Chaosus/cpuparticles_converter
Implement conversion from `CPUParticles` to `GPUParticles` (3D/2D)
This commit is contained in:
@@ -19,6 +19,13 @@
|
||||
Returns the axis-aligned bounding box that contains all the particles that are active in the current frame.
|
||||
</description>
|
||||
</method>
|
||||
<method name="convert_from_particles">
|
||||
<return type="void" />
|
||||
<param index="0" name="particles" type="Node" />
|
||||
<description>
|
||||
Sets this node's properties to match a given [CPUParticles3D] node.
|
||||
</description>
|
||||
</method>
|
||||
<method name="emit_particle">
|
||||
<return type="void" />
|
||||
<param index="0" name="xform" type="Transform3D" />
|
||||
|
||||
Reference in New Issue
Block a user