Click or drag to resize

ParticlesMaterialGetParamTexture Method

Note: This API is now obsolete.

Returns the Texture used by the specified parameter.

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

Parameters

param
Type: GodotParticlesMaterialParameter

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

Return Value

Type: Texture

[Missing <returns> documentation for "M:Godot.ParticlesMaterial.GetParamTexture(Godot.ParticlesMaterial.Parameter)"]

See Also