C# Class Terraria.GameContent.Generation.ShapeRunner

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

Public Methods

Method Description
Perform ( System.Point origin, GenAction action ) : bool
ShapeRunner ( float strength, int steps, Vector2 velocity ) : Microsoft.Xna.Framework

Method Details

Perform() public method

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

ShapeRunner() public method

public ShapeRunner ( float strength, int steps, Vector2 velocity ) : Microsoft.Xna.Framework
strength float
steps int
velocity Vector2
return Microsoft.Xna.Framework