C# Class DataMapSelection, tf_client

Map for showing the player's selection
Inheritance: DataMap
Mostrar archivo Open project: wids-eria/tf_client

Protected Properties

Property Type Description
m_highlight Color
tileIds List

Public Methods

Method Description
DataMapSelection ( ) : UnityEngine
GetColorFromTile ( ResourceTileLite, tile ) : Color
OnSelectionChanged ( ResourceTileSelection, selection ) : void

Protected Methods

Method Description
FloodFill ( ) : void

Method Details

DataMapSelection() public method

public DataMapSelection ( ) : UnityEngine
return UnityEngine

FloodFill() protected method

protected FloodFill ( ) : void
return void

GetColorFromTile() public method

public GetColorFromTile ( ResourceTileLite, tile ) : Color
tile ResourceTileLite,
return Color

OnSelectionChanged() public method

public OnSelectionChanged ( ResourceTileSelection, selection ) : void
selection ResourceTileSelection,
return void

Property Details

m_highlight protected_oe property

protected Color m_highlight
return Color

tileIds protected_oe property

protected List tileIds
return List