Click or drag to resize

CPUParticles2DSetTexture Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CPUParticles2D.SetTexture(Godot.Texture)"]

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

Parameters

texture
Type: GodotTexture

[Missing <param name="texture"/> documentation for "M:Godot.CPUParticles2D.SetTexture(Godot.Texture)"]

See Also