9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/IrisObjectRotation.md
Daniel Mills d5ae3a989b Docs
2020-07-21 01:28:14 -04:00

39 lines
551 B
Markdown

# IrisObjectRotation
> Configures rotation for iris
```json
{
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"xAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"zAxis": {
"min": 0,
"max": 0,
"interval": 0,
"enabled": false
},
"enabled": true
}
```
## enabled
> If this rotator is enabled or not
## xAxis
> The x axis rotation
## yAxis
> The y axis rotation
## zAxis
> The z axis rotation