Click or drag to resize

LightSetShadowReverseCullFace Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Light.SetShadowReverseCullFace(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetShadowReverseCullFace is deprecated. Use the ShadowReverseCullFace property instead.")]
public void SetShadowReverseCullFace(
	bool enable
)

Parameters

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.Light.SetShadowReverseCullFace(System.Boolean)"]

See Also