VisualServerCanvasLightSetTexture Method |
Sets texture to be used by light. Equivalent to Texture.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static void CanvasLightSetTexture(
RID light,
RID texture
)
Parameters
- light
- Type: GodotRID
[Missing <param name="light"/> documentation for "M:Godot.VisualServer.CanvasLightSetTexture(Godot.RID,Godot.RID)"]
- texture
- Type: GodotRID
[Missing <param name="texture"/> documentation for "M:Godot.VisualServer.CanvasLightSetTexture(Godot.RID,Godot.RID)"]
See Also