RoomGenerationRotation
Enumeration in ChivalrousGames.DungeonMaster
Description
Which rotations of the Room are allowed when generating a Level.
Values
None | Room does not allow rotation. |
AllowX | Room allows rotation around the X axis. |
AllowY | Room allows rotation around the Y axis. |
AllowZ | Room allows rotation around the Z axis. |
AllowAll | Room allows rotation around any axis. |