C# Class Terraria.World.Generation.Shapes.Rectangle

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

Méthodes publiques

Méthode Description
Perform ( System.Point origin, GenAction action ) : bool
Rectangle ( int width, int height ) : Microsoft.Xna.Framework

Method Details

Perform() public méthode

public Perform ( System.Point origin, GenAction action ) : bool
origin System.Point
action GenAction
Résultat bool

Rectangle() public méthode

public Rectangle ( int width, int height ) : Microsoft.Xna.Framework
width int
height int
Résultat Microsoft.Xna.Framework