ManiaMap.Unity
Procedural generation of metroidvania style maps for Unity.
RoomType.cs
1
using
UnityEngine;
2
3
namespace
MPewsey.ManiaMapUnity
4
{
8
public
enum
RoomType
9
{
10
[InspectorName(
"2D"
)]
11
TwoDimensional,
12
[InspectorName(
"3D - XY Plane"
)]
13
ThreeDimensionalXY
,
14
[InspectorName(
"3D - XZ Plane"
)]
15
ThreeDimensionalXZ
,
16
}
17
}
MPewsey.ManiaMapUnity
Definition:
ActiveCellsRow.cs:6
MPewsey.ManiaMapUnity.RoomType
RoomType
The type of room.
Definition:
RoomType.cs:9
MPewsey.ManiaMapUnity.RoomType.ThreeDimensionalXZ
@ ThreeDimensionalXZ
A 3D room in the XY plane.
MPewsey.ManiaMapUnity.RoomType.ThreeDimensionalXY
@ ThreeDimensionalXY
A 2D room in the XY plane.
Packages
ManiaMap.Unity
Scripts
Runtime
RoomType.cs
Generated by
1.9.2