C# Class DataMapSelection, tf_client

Map for showing the player's selection
Inheritance: DataMap
Afficher le fichier Open project: wids-eria/tf_client

Protected Properties

Свойство Type Description
m_highlight Color
tileIds List

Méthodes publiques

Méthode Description
DataMapSelection ( ) : UnityEngine
GetColorFromTile ( ResourceTileLite, tile ) : Color
OnSelectionChanged ( ResourceTileSelection, selection ) : void

Méthodes protégées

Méthode Description
FloodFill ( ) : void

Method Details

DataMapSelection() public méthode

public DataMapSelection ( ) : UnityEngine
Résultat UnityEngine

FloodFill() protected méthode

protected FloodFill ( ) : void
Résultat void

GetColorFromTile() public méthode

public GetColorFromTile ( ResourceTileLite, tile ) : Color
tile ResourceTileLite,
Résultat Color

OnSelectionChanged() public méthode

public OnSelectionChanged ( ResourceTileSelection, selection ) : void
selection ResourceTileSelection,
Résultat void

Property Details

m_highlight protected_oe property

protected Color m_highlight
Résultat Color

tileIds protected_oe property

protected List tileIds
Résultat List