C# Class NekoKun.RPGMaker.TilePanel.TileSelectedArgs

Inheritance: System.EventArgs
Show file Open project: NekoProject/NekoKun Class Usage Examples

Public Properties

Property Type Description
TileID short

Public Methods

Method Description
TileSelectedArgs ( short tileID ) : System

Method Details

TileSelectedArgs() public method

public TileSelectedArgs ( short tileID ) : System
tileID short
return System

Property Details

TileID public property

public short TileID
return short