Click or drag to resize

VisualServerCanvasLightSetTextureOffset Method

Sets the offset of the light's texture. Equivalent to Offset.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void CanvasLightSetTextureOffset(
	RID light,
	Vector2 offset
)

Parameters

light
Type: GodotRID

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

offset
Type: GodotVector2

[Missing <param name="offset"/> documentation for "M:Godot.VisualServer.CanvasLightSetTextureOffset(Godot.RID,Godot.Vector2)"]

See Also