Click or drag to resize

ParticlesGetDrawPassMesh Method

Note: This API is now obsolete.

Returns the Mesh that is drawn at index pass.

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

Parameters

pass
Type: SystemInt32

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

Return Value

Type: Mesh

[Missing <returns> documentation for "M:Godot.Particles.GetDrawPassMesh(System.Int32)"]

See Also