[]
Defines the types of built-in reflection effects.
public enum BuiltInReflectionId
Full4Offset = 6
Full reflection with 4 point offset.
Full8Offset = 9
Full reflection with 8 point offset.
FullTouching = 3
Full reflection touching the object.
HalfT4Offset = 5
Half reflection with 4 point offset.
HalfT8Offset = 8
Half reflection with 8 point offset.
HalfTouching = 2
Half reflection touching the object.
None = 0
No reflection.
Tight4Offset = 4
Tight reflection with 4 point offset.
Tight8Offset = 7
Tight reflection with 8 point offset.
TightTouching = 1
Tight reflection touching the object.