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

Inheritance: GenShape
Show file Open project: EmuDevs/EDTerraria

Public Methods

Method Description
Perform ( System.Point origin, GenAction action ) : bool
Tail ( float width, Vector2 endOffset ) : Microsoft.Xna.Framework

Method Details

Perform() public method

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

Tail() public method

public Tail ( float width, Vector2 endOffset ) : Microsoft.Xna.Framework
width float
endOffset Vector2
return Microsoft.Xna.Framework