C# Class Terraria.GameContent.Generation.ShapeRoot

Inheritance: Terraria.World.Generation.GenShape
Afficher le fichier Open project: EmuDevs/EDTerraria

Méthodes publiques

Méthode Description
Perform ( Point origin, GenAction action ) : bool
ShapeRoot ( float angle, float distance = 10f, float startingSize = 4f, float endingSize = 1f ) : Microsoft.Xna.Framework

Private Methods

Méthode Description
DoRoot ( Point origin, GenAction action, float angle, float distance, float startingSize ) : bool

Method Details

Perform() public méthode

public Perform ( Point origin, GenAction action ) : bool
origin Point
action Terraria.World.Generation.GenAction
Résultat bool

ShapeRoot() public méthode

public ShapeRoot ( float angle, float distance = 10f, float startingSize = 4f, float endingSize = 1f ) : Microsoft.Xna.Framework
angle float
distance float
startingSize float
endingSize float
Résultat Microsoft.Xna.Framework