Click or drag to resize

CPUParticlesConvertFromParticles Method

Sets this node's properties to match a given Particles node with an assigned ParticlesMaterial.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void ConvertFromParticles(
	Node particles
)

Parameters

particles
Type: GodotNode

[Missing <param name="particles"/> documentation for "M:Godot.CPUParticles.ConvertFromParticles(Godot.Node)"]

See Also