C# Class Terraria.Framing.BlockStyle

Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Свойство Type Description
bottom bool
left bool
right bool
top bool

Méthodes publiques

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

Method Details

BlockStyle() public méthode

public BlockStyle ( bool up, bool down, bool left, bool right ) : Terraria.DataStructures
up bool
down bool
left bool
right bool
Résultat Terraria.DataStructures

Clear() public méthode

public Clear ( ) : void
Résultat void

Property Details

bottom public_oe property

public bool bottom
Résultat bool

left public_oe property

public bool left
Résultat bool

right public_oe property

public bool right
Résultat bool

top public_oe property

public bool top
Résultat bool