Click or drag to resize

VisualServerInstanceGeometrySetCastShadowsSetting Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void InstanceGeometrySetCastShadowsSetting(
	RID instance,
	VisualServerShadowCastingSetting shadowCastingSetting
)

Parameters

instance
Type: GodotRID

[Missing <param name="instance"/> documentation for "M:Godot.VisualServer.InstanceGeometrySetCastShadowsSetting(Godot.RID,Godot.VisualServer.ShadowCastingSetting)"]

shadowCastingSetting
Type: GodotVisualServerShadowCastingSetting

[Missing <param name="shadowCastingSetting"/> documentation for "M:Godot.VisualServer.InstanceGeometrySetCastShadowsSetting(Godot.RID,Godot.VisualServer.ShadowCastingSetting)"]

See Also