Click or drag to resize

ParticlesMaterialSetParamTexture Method

Note: This API is now obsolete.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetParamTexture is deprecated. Use the AnimOffsetCurve property instead.")]
public void SetParamTexture(
	ParticlesMaterialParameter param,
	Texture texture
)

Parameters

param
Type: GodotParticlesMaterialParameter

[Missing <param name="param"/> documentation for "M:Godot.ParticlesMaterial.SetParamTexture(Godot.ParticlesMaterial.Parameter,Godot.Texture)"]

texture
Type: GodotTexture

[Missing <param name="texture"/> documentation for "M:Godot.ParticlesMaterial.SetParamTexture(Godot.ParticlesMaterial.Parameter,Godot.Texture)"]

See Also