C# Class MapDraw, Unity-polygon-map-generation

Inheritance: MonoBehaviour
Afficher le fichier Open project: Keshire/Unity-polygon-map-generation Class Usage Examples

Méthodes publiques

Свойство Type Description
SIZE int
displayColors Color32>.Dictionary
islandSeedInitial int
islandType string
lava Lava,
map Map,
mapMode string
mat Material
mesh Mesh
moistureGradientColors Color32>.Dictionary
noisyEdges NoisyEdges,
numPoints int
pointType string
random UnityEngine.Random
riverarray List
roads Roads,
seed float
variant float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
calculateLighting ( Center, p, Corner, r, Corner, s ) : float
colorWithSlope ( Color32 color, Center, p, Center, q, Edge, edge ) : Color32
colorWithSmoothColors ( Color32 color, Center, p, Center, q, Edge, edge ) : Color32
drawMap ( string mode ) : void
drawQuadLine ( Vector2 v1, Vector2 v2, float width ) : void
go ( string newIslandType, string newPointType, int newNumPoints ) : void
newIsland ( string newIslandType, int newNumPoints ) : void
renderDebugPolygons ( ) : void
renderEdges ( ) : void
renderNoisyEdges ( ) : void
renderNoisyPolygons ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

calculateLighting() public méthode

public calculateLighting ( Center, p, Corner, r, Corner, s ) : float
p Center,
r Corner,
s Corner,
Résultat float

colorWithSlope() public méthode

public colorWithSlope ( Color32 color, Center, p, Center, q, Edge, edge ) : Color32
color UnityEngine.Color32
p Center,
q Center,
edge Edge,
Résultat UnityEngine.Color32

colorWithSmoothColors() public méthode

public colorWithSmoothColors ( Color32 color, Center, p, Center, q, Edge, edge ) : Color32
color UnityEngine.Color32
p Center,
q Center,
edge Edge,
Résultat UnityEngine.Color32

drawMap() public méthode

public drawMap ( string mode ) : void
mode string
Résultat void

drawQuadLine() public méthode

public drawQuadLine ( Vector2 v1, Vector2 v2, float width ) : void
v1 Vector2
v2 Vector2
width float
Résultat void

go() public méthode

public go ( string newIslandType, string newPointType, int newNumPoints ) : void
newIslandType string
newPointType string
newNumPoints int
Résultat void

newIsland() public méthode

public newIsland ( string newIslandType, int newNumPoints ) : void
newIslandType string
newNumPoints int
Résultat void

renderDebugPolygons() public méthode

public renderDebugPolygons ( ) : void
Résultat void

renderEdges() public méthode

public renderEdges ( ) : void
Résultat void

renderNoisyEdges() public méthode

public renderNoisyEdges ( ) : void
Résultat void

renderNoisyPolygons() public méthode

public renderNoisyPolygons ( ) : void
Résultat void

Property Details

SIZE public_oe static_oe property

public static int SIZE
Résultat int

displayColors public_oe property

public Dictionary displayColors
Résultat Color32>.Dictionary

islandSeedInitial public_oe static_oe property

public static int islandSeedInitial
Résultat int

islandType public_oe property

public string islandType
Résultat string

lava public_oe property

public Lava, lava
Résultat Lava,

map public_oe property

public Map, map
Résultat Map,

mapMode public_oe static_oe property

public static string mapMode
Résultat string

mat public_oe property

public Material mat
Résultat Material

mesh public_oe property

public Mesh mesh
Résultat Mesh

moistureGradientColors public_oe property

public Dictionary moistureGradientColors
Résultat Color32>.Dictionary

noisyEdges public_oe property

public NoisyEdges, noisyEdges
Résultat NoisyEdges,

numPoints public_oe property

public int numPoints
Résultat int

pointType public_oe property

public string pointType
Résultat string

random public_oe static_oe property

public static Random,UnityEngine random
Résultat UnityEngine.Random

riverarray public_oe property

public List riverarray
Résultat List

roads public_oe property

public Roads, roads
Résultat Roads,

seed public_oe property

public float seed
Résultat float

variant public_oe property

public float variant
Résultat float