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

Inheritance: GenAction
ファイルを表示 Open project: EmuDevs/EDTerraria Class Usage Examples

Public Methods

Method Description
Apply ( System.Point origin, int x, int y ) : bool
SetFrames ( bool frameNeighbors = false ) : 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

SetFrames() public method

public SetFrames ( bool frameNeighbors = false ) : Microsoft.Xna.Framework
frameNeighbors bool
return Microsoft.Xna.Framework