Click or drag to resize

GeometryInstanceSetCastShadowsSetting 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(
	GeometryInstanceShadowCastingSetting shadowCastingSetting
)

Parameters

shadowCastingSetting
Type: GodotGeometryInstanceShadowCastingSetting

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

See Also