Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
MapHeight.cs
Go to the documentation of this file.
1
using
UnityEngine;
2
3
public
class
MapHeight
: ScriptableObject
4
{
5
public
int
heightMod
;
6
7
public
int
baseHeight
;
8
9
public
int
step
;
10
11
public
bool
smoothDownhill
;
12
13
public
bool
mod1
;
14
15
public
bool
mod2
;
16
17
public
bool
mod3
;
18
}
MapHeight
Definition:
MapHeight.cs:4
MapHeight.heightMod
int heightMod
Definition:
MapHeight.cs:5
MapHeight.baseHeight
int baseHeight
Definition:
MapHeight.cs:7
MapHeight.mod2
bool mod2
Definition:
MapHeight.cs:15
MapHeight.mod3
bool mod3
Definition:
MapHeight.cs:17
MapHeight.smoothDownhill
bool smoothDownhill
Definition:
MapHeight.cs:11
MapHeight.mod1
bool mod1
Definition:
MapHeight.cs:13
MapHeight.step
int step
Definition:
MapHeight.cs:9
Elin
MapHeight.cs
Generated by
1.9.6