Click or drag to resize

GeometryInstance.SetCastShadowsSetting Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.GeometryInstance.SetCastShadowsSetting(Godot.GeometryInstance.ShadowCastingSetting)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCastShadowsSetting is deprecated. Use the CastShadow property instead.")]
public void SetCastShadowsSetting(
	GeometryInstance.ShadowCastingSetting shadowCastingSetting
)

Parameters

shadowCastingSetting
Type: Godot.GeometryInstance.ShadowCastingSetting

[Missing <param name="shadowCastingSetting"/> documentation for "M:Godot.GeometryInstance.SetCastShadowsSetting(Godot.GeometryInstance.ShadowCastingSetting)"]

See Also