VisualServerShadowCastingSetting Enumeration |
[Missing <summary> documentation for "T:Godot.VisualServer.ShadowCastingSetting"]
Namespace: Godot
public enum ShadowCastingSetting
Member name | Value | Description | |
---|---|---|---|
Off | 0 | Disable shadows from this instance. | |
On | 1 | Cast shadows from this instance. | |
DoubleSided | 2 | Disable backface culling when rendering the shadow of the object. This is slightly slower but may result in more correct shadows. | |
ShadowsOnly | 3 | Only render the shadows from the object. The object itself will not be drawn. |