Method | Description | |
---|---|---|
GetBlocked ( IntVector3 p ) : bool | ||
GetStairs ( IntVector3 p ) : Stairs | ||
GetWeight ( IntVector3 p ) : int | ||
Map ( int width, int height, int depth ) : System | ||
SetBlocked ( IntVector3 p, bool blocked ) : void | ||
SetStairs ( IntVector3 p, Stairs stairs ) : void | ||
SetWeight ( IntVector3 p, int weight ) : void |
public Map ( int width, int height, int depth ) : System | ||
width | int | |
height | int | |
depth | int | |
return | System |
public SetBlocked ( IntVector3 p, bool blocked ) : void | ||
p | IntVector3 | |
blocked | bool | |
return | void |
public SetStairs ( IntVector3 p, Stairs stairs ) : void | ||
p | IntVector3 | |
stairs | Stairs | |
return | void |
public SetWeight ( IntVector3 p, int weight ) : void | ||
p | IntVector3 | |
weight | int | |
return | void |