ReflectionEffectType Enum
ReflectionEffectType Enum
Represents the effect type of reflection.
type ReflectionEffectType int32
Fields
| Field | Description | 
|---|---|
| None | No reflection effect. | 
| Custom | Custom reflection effect. | 
| TightReflectionTouching | Tight reflection, touching. | 
| HalfReflectionTouching | Half reflection, touching. | 
| FullReflectionTouching | Full reflection, touching. | 
| TightReflection4PtOffset | Tight reflection, 4 pt offset. | 
| HalfReflection4PtOffset | Half reflection, 4 pt offset. | 
| FullReflection4PtOffset | Full reflection, 4 pt offset. | 
| TightReflection8PtOffset | Tight reflection, 8 pt offset. | 
| HalfReflection8PtOffset | Half reflection, 8 pt offset. | 
| FullReflection8PtOffset | Full reflection, 8 pt offset. |