VisualServerParticlesSetProcessMaterial Method |
Sets the material for processing the particles. Note: this is not the material used to draw the materials. Equivalent to ProcessMaterial.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static void ParticlesSetProcessMaterial(
RID particles,
RID material
)
Parameters
- particles
- Type: GodotRID
[Missing <param name="particles"/> documentation for "M:Godot.VisualServer.ParticlesSetProcessMaterial(Godot.RID,Godot.RID)"]
- material
- Type: GodotRID
[Missing <param name="material"/> documentation for "M:Godot.VisualServer.ParticlesSetProcessMaterial(Godot.RID,Godot.RID)"]
See Also