C# Class PrinceGame.Block

Inheritance: Tile
Afficher le fichier Open project: salvadorc17/Prince-Monogame

Méthodes publiques

Свойство Type Description
seed_graystone ].int[
seed_left_bottom ].int[
seed_left_top ].int[
seed_line_offset ].int[
seed_line_wall ].int[
seed_right_bottom ].int[
seed_right_top ].int[

Méthodes publiques

Méthode Description
Block ( RoomNew room, Microsoft.Xna.Framework.Content.ContentManager Content, Enumeration tileType, Enumeration state, Enumeration NextTileType ) : System
Normal ( ) : void

Method Details

Block() public méthode

public Block ( RoomNew room, Microsoft.Xna.Framework.Content.ContentManager Content, Enumeration tileType, Enumeration state, Enumeration NextTileType ) : System
room RoomNew
Content Microsoft.Xna.Framework.Content.ContentManager
tileType Enumeration
state Enumeration
NextTileType Enumeration
Résultat System

Normal() public méthode

public Normal ( ) : void
Résultat void

Property Details

seed_graystone public_oe static_oe property

public static int[,] seed_graystone
Résultat ].int[

seed_left_bottom public_oe static_oe property

public static int[,] seed_left_bottom
Résultat ].int[

seed_left_top public_oe static_oe property

public static int[,] seed_left_top
Résultat ].int[

seed_line_offset public_oe static_oe property

public static int[,] seed_line_offset
Résultat ].int[

seed_line_wall public_oe static_oe property

public static int[,] seed_line_wall
Résultat ].int[

seed_right_bottom public_oe static_oe property

public static int[,] seed_right_bottom
Résultat ].int[

seed_right_top public_oe static_oe property

public static int[,] seed_right_top
Résultat ].int[