C# Class Terraria.Framing.BlockStyle

Mostrar archivo 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_oe property

public bool bottom
return bool

left public_oe property

public bool left
return bool

right public_oe property

public bool right
return bool

top public_oe property

public bool top
return bool