imported>ProbablePrime m ProbablePrime moved page Category:Types:ShadowCastMode to Types:ShadowCastMode |
type not types |
||
| Line 20: | Line 20: | ||
| | | | ||
|} | |} | ||
[[Category:Type]] | |||
Revision as of 17:59, 18 January 2024
ShadowCastMode is an enum for determining how MeshRenderer and SkinnedMeshRenderer draw shadows for rendered objects.
| Enum | |
|---|---|
| Name | Description |
| Off | Shadow casting is disabled |
| On | Shadow casting is enabled |
| ShadowOnly | Renders only the shadow - the original mesh is not drawn. |
| DoubleSided | |