Click or drag to resize

ParticlesSetDrawPassMesh Method

Note: This API is now obsolete.

Sets the Mesh that is drawn at index pass.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDrawPassMesh is deprecated. Use the DrawPass4 property instead.")]
public void SetDrawPassMesh(
	int pass,
	Mesh mesh
)

Parameters

pass
Type: SystemInt32

[Missing <param name="pass"/> documentation for "M:Godot.Particles.SetDrawPassMesh(System.Int32,Godot.Mesh)"]

mesh
Type: GodotMesh

[Missing <param name="mesh"/> documentation for "M:Godot.Particles.SetDrawPassMesh(System.Int32,Godot.Mesh)"]

See Also