Click or drag to resize

ParticlesMaterialEmissionNormalTexture Property

Particle velocity and rotation will be set by sampling this texture at the same point as the EmissionPointTexture. Used only in . Can be created automatically from mesh or node by selecting "Create Emission Points from Mesh/Node" under the "Particles" tool in the toolbar.

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

Property Value

Type: Texture
See Also