C# Class Terraria.GameContent.Generation.ShapeRunner

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

Méthodes publiques

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

Method Details

Perform() public méthode

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

ShapeRunner() public méthode

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