Click or drag to resize

CPUParticlesMesh Property

The Mesh used for each particle. If null, particles will be spheres.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Mesh Mesh { get; set; }

Property Value

Type: Mesh
See Also