Click or drag to resize

VisualServerCanvasLightSetScale Method

Sets the texture's scale factor of the light. Equivalent to TextureScale.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void CanvasLightSetScale(
	RID light,
	float scale
)

Parameters

light
Type: GodotRID

[Missing <param name="light"/> documentation for "M:Godot.VisualServer.CanvasLightSetScale(Godot.RID,System.Single)"]

scale
Type: SystemSingle

[Missing <param name="scale"/> documentation for "M:Godot.VisualServer.CanvasLightSetScale(Godot.RID,System.Single)"]

See Also