C# Class Terraria.Framing.BlockStyle

Show file Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

Property Type Description
bottom bool
left bool
right bool
top bool

Public Methods

Method Description
BlockStyle ( bool up, bool down, bool left, bool right ) : Terraria.DataStructures
Clear ( ) : void

Method Details

BlockStyle() public method

public BlockStyle ( bool up, bool down, bool left, bool right ) : Terraria.DataStructures
up bool
down bool
left bool
right bool
return Terraria.DataStructures

Clear() public method

public Clear ( ) : void
return void

Property Details

bottom public property

public bool bottom
return bool

left public property

public bool left
return bool

right public property

public bool right
return bool

top public property

public bool top
return bool