C# Class Terraria.World.Generation.WorldUtils

Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Méthode Description
ClearChestLocation ( int x, int y ) : void
ClearTile ( int x, int y, bool frameNeighbors = false ) : void
ClearWall ( int x, int y, bool frameNeighbors = false ) : void
DebugRegen ( ) : void
DebugRotate ( ) : void
Find ( Point origin, GenSearch search, Point &result ) : bool
Gen ( Point origin, GenShape shape, GenAction action ) : bool
TileFrame ( int x, int y, bool frameNeighbors = false ) : void
WireLine ( Point start, Point end ) : void

Method Details

ClearChestLocation() public static méthode

public static ClearChestLocation ( int x, int y ) : void
x int
y int
Résultat void

ClearTile() public static méthode

public static ClearTile ( int x, int y, bool frameNeighbors = false ) : void
x int
y int
frameNeighbors bool
Résultat void

ClearWall() public static méthode

public static ClearWall ( int x, int y, bool frameNeighbors = false ) : void
x int
y int
frameNeighbors bool
Résultat void

DebugRegen() public static méthode

public static DebugRegen ( ) : void
Résultat void

DebugRotate() public static méthode

public static DebugRotate ( ) : void
Résultat void

Find() public static méthode

public static Find ( Point origin, GenSearch search, Point &result ) : bool
origin Microsoft.Xna.Framework.Point
search GenSearch
result Microsoft.Xna.Framework.Point
Résultat bool

Gen() public static méthode

public static Gen ( Point origin, GenShape shape, GenAction action ) : bool
origin Microsoft.Xna.Framework.Point
shape GenShape
action GenAction
Résultat bool

TileFrame() public static méthode

public static TileFrame ( int x, int y, bool frameNeighbors = false ) : void
x int
y int
frameNeighbors bool
Résultat void

WireLine() public static méthode

public static WireLine ( Point start, Point end ) : void
start Microsoft.Xna.Framework.Point
end Microsoft.Xna.Framework.Point
Résultat void