Click or drag to resize

VisualServerShadowCastingSetting Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.ShadowCastingSetting"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum ShadowCastingSetting
Members
  Member nameValueDescription
Off0

Disable shadows from this instance.

On1

Cast shadows from this instance.

DoubleSided2

Disable backface culling when rendering the shadow of the object. This is slightly slower but may result in more correct shadows.

ShadowsOnly3

Only render the shadows from the object. The object itself will not be drawn.

See Also