-
Notifications
You must be signed in to change notification settings - Fork 9
Mirror Reflection Properties
Floogen edited this page Jul 8, 2022
·
6 revisions
These properties determine how the mirrors furniture act when reflecting:
| Property | Required | Description | Default |
|---|---|---|---|
Dimensions |
true |
The width and height of the mask texture. | { "Width": 0, "Height": 0} |
ReflectionOverlay |
false |
The RGBA color to overlay on the reflection. | { "R": 255, "G": 255, "B": 255, "A": 255 } |
ReflectionOffset |
false |
The coordinate offset to shift the reflection by. | { "X": 0.0, "Y": 0.0} |
These tile properties determine how the mirrors on the Mirrors layer act when reflecting:
| Property | Required | Description | Default |
|---|---|---|---|
IsMirrorBase |
true |
If set to T, the framework will use that tile as the base for the mirror.Required to enable reflections for the tile(s). |
F |
MirrorHeight |
true |
The height of the mirror, which goes upwards (negative Y) from the tile which has IsMirrorBase. |
1 |
MirrorWidth |
true |
The width of the mirror, which goes to the right of the tile which has IsMirrorBase. |
1 |
MirrorOverlay |
false |
The RGBA color to overlay on the reflection. | 255 255 255 255 |
MirrorOffset |
false |
The coordinate offset to shift the reflection by. | 0.0 0.0 |