VisualServerSingleton.ShadowCastingSetting

Values

ValueMeaning
shadowCastingSettingOff0

Disable shadows from this instance.

shadowCastingSettingOn1

Cast shadows from this instance.

shadowCastingSettingDoubleSided2

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

shadowCastingSettingShadowsOnly3

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

Meta