C# Class Plugins.MapEventInfo

Inheritance: BaseEventInfo
ファイルを表示 Open project: Bananattack/verge3

Public Properties

Property Type Description
bDirty bool
bTweak bool
editedLayer MapLayer
editedLayerIndex int
editedMap Map
lb bool
opManager Operations.OperationManager
start MapCursorLocation

Public Methods

Method Description
getTile ( int x, int y ) : int
setTile ( int x, int y, int val ) : void
setTile ( string layer, int x, int y, int val ) : void

Method Details

getTile() public method

public getTile ( int x, int y ) : int
x int
y int
return int

setTile() public method

public setTile ( int x, int y, int val ) : void
x int
y int
val int
return void

setTile() public method

public setTile ( string layer, int x, int y, int val ) : void
layer string
x int
y int
val int
return void

Property Details

bDirty public_oe property

public bool bDirty
return bool

bTweak public_oe property

public bool bTweak
return bool

editedLayer public_oe property

public MapLayer editedLayer
return MapLayer

editedLayerIndex public_oe property

public int editedLayerIndex
return int

editedMap public_oe property

public Map editedMap
return Map

lb public_oe property

public bool lb
return bool

opManager public_oe property

public Operations.OperationManager opManager
return Operations.OperationManager

start public_oe property

public MapCursorLocation,Plugins start
return MapCursorLocation