Click or drag to resize

VisualServerParticlesSetEmissionTransform Method

Sets the Transform that will be used by the particles when they first emit.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ParticlesSetEmissionTransform(
	RID particles,
	Transform transform
)

Parameters

particles
Type: GodotRID

[Missing <param name="particles"/> documentation for "M:Godot.VisualServer.ParticlesSetEmissionTransform(Godot.RID,Godot.Transform)"]

transform
Type: GodotTransform

[Missing <param name="transform"/> documentation for "M:Godot.VisualServer.ParticlesSetEmissionTransform(Godot.RID,Godot.Transform)"]

See Also