[]
Defines the types of built-in reflection effects.
public enum BuiltInReflectionId
Public Enum BuiltInReflectionId
| Name | Description |
|---|---|
| Full4Offset | Full reflection with 4 point offset. |
| Full8Offset | Full reflection with 8 point offset. |
| FullTouching | Full reflection touching the object. |
| HalfT4Offset | Half reflection with 4 point offset. |
| HalfT8Offset | Half reflection with 8 point offset. |
| HalfTouching | Half reflection touching the object. |
| None | No reflection. |
| Tight4Offset | Tight reflection with 4 point offset. |
| Tight8Offset | Tight reflection with 8 point offset. |
| TightTouching | Tight reflection touching the object. |