Click or drag to resize

VisualServerSkySetTexture Method

Sets a sky's texture.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void SkySetTexture(
	RID sky,
	RID cubeMap,
	int radianceSize
)

Parameters

sky
Type: GodotRID

[Missing <param name="sky"/> documentation for "M:Godot.VisualServer.SkySetTexture(Godot.RID,Godot.RID,System.Int32)"]

cubeMap
Type: GodotRID

[Missing <param name="cubeMap"/> documentation for "M:Godot.VisualServer.SkySetTexture(Godot.RID,Godot.RID,System.Int32)"]

radianceSize
Type: SystemInt32

[Missing <param name="radianceSize"/> documentation for "M:Godot.VisualServer.SkySetTexture(Godot.RID,Godot.RID,System.Int32)"]

See Also