ReflectionEffectType
ReflectionEffectType enumeration
Represents the effect type of reflection.
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | No reflection effect. |
| Custom | 1 | Custom reflection effect. |
| TightReflectionTouching | 2 | Tight reflection, touching. |
| HalfReflectionTouching | 3 | Half reflection, touching. |
| FullReflectionTouching | 4 | Full reflection, touching. |
| TightReflection4PtOffset | 5 | Tight reflection, 4 pt offset. |
| HalfReflection4PtOffset | 6 | Half reflection, 4 pt offset. |
| FullReflection4PtOffset | 7 | Full reflection, 4 pt offset. |
| TightReflection8PtOffset | 8 | Tight reflection, 8 pt offset. |
| HalfReflection8PtOffset | 9 | Half reflection, 8 pt offset. |
| FullReflection8PtOffset | 10 | Full reflection, 8 pt offset. |