GetEnemyColor
function in ProjectSettings
Declaration
public Color GetEnemyColor(string enemyType);
Parameters
enemyType
Type of enemy you want to get the color
Returns
Color - Returns color given enemyType. If enemyType is not found, it returns White color.
Last updated