C# Class MapGen.Structure, chrawl

Afficher le fichier Open project: PentaHelix/chrawl

Méthodes publiques

Свойство Type Description
c int
d int
h int
nodes List
special string
t string
w int
x int
y int

Méthodes publiques

Méthode Description
Intersects ( Structure, s ) : bool
Structure ( int x, int y, int w, int h, int d, string t ) : UnityEngine

Method Details

Intersects() public méthode

public Intersects ( Structure, s ) : bool
s Structure,
Résultat bool

Structure() public méthode

public Structure ( int x, int y, int w, int h, int d, string t ) : UnityEngine
x int
y int
w int
h int
d int
t string
Résultat UnityEngine

Property Details

c public_oe property

public int c
Résultat int

d public_oe property

public int d
Résultat int

h public_oe property

public int h
Résultat int

nodes public_oe property

public List nodes
Résultat List

special public_oe property

public string special
Résultat string

t public_oe property

public string t
Résultat string

w public_oe property

public int w
Résultat int

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int