C# Class Terraria.World.Generation.Actions.SetTile

Inheritance: GenAction
Mostra file Open project: EmuDevs/EDTerraria Class Usage Examples

Public Methods

Method Description
Apply ( System.Point origin, int x, int y ) : bool
SetTile ( ushort type, bool setSelfFrames = false, bool setNeighborFrames = true ) : Microsoft.Xna.Framework

Method Details

Apply() public method

public Apply ( System.Point origin, int x, int y ) : bool
origin System.Point
x int
y int
return bool

SetTile() public method

public SetTile ( ushort type, bool setSelfFrames = false, bool setNeighborFrames = true ) : Microsoft.Xna.Framework
type ushort
setSelfFrames bool
setNeighborFrames bool
return Microsoft.Xna.Framework