C# Class MapGen.Structure, chrawl

ファイルを表示 Open project: PentaHelix/chrawl

Public Properties

Property Type Description
c int
d int
h int
nodes List
special string
t string
w int
x int
y int

Public Methods

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

Method Details

Intersects() public method

public Intersects ( Structure, s ) : bool
s Structure,
return bool

Structure() public method

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
return UnityEngine

Property Details

c public_oe property

public int c
return int

d public_oe property

public int d
return int

h public_oe property

public int h
return int

nodes public_oe property

public List nodes
return List

special public_oe property

public string special
return string

t public_oe property

public string t
return string

w public_oe property

public int w
return int

x public_oe property

public int x
return int

y public_oe property

public int y
return int