Click or drag to resize

Light2DSetTextureScale Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Light2D.SetTextureScale(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetTextureScale is deprecated. Use the TextureScale property instead.")]
public void SetTextureScale(
	float textureScale
)

Parameters

textureScale
Type: SystemSingle

[Missing <param name="textureScale"/> documentation for "M:Godot.Light2D.SetTextureScale(System.Single)"]

See Also