C# Class Terraria.GameContent.Generation.ShapeRoot

Inheritance: Terraria.World.Generation.GenShape
Datei anzeigen Open project: EmuDevs/EDTerraria

Public Methods

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

Private Methods

Method Description
DoRoot ( Point origin, GenAction action, float angle, float distance, float startingSize ) : bool

Method Details

Perform() public method

public Perform ( Point origin, GenAction action ) : bool
origin Point
action Terraria.World.Generation.GenAction
return bool

ShapeRoot() public method

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