SetEnemyColor
function in ProjectSettings
Declaration
public void SetEnemyColor(string enemyType, Color color);
Parameters
enemyType
Type of enemy you want to change color
color
The color you want to assing to enemyType
Description
Changes the given color for the given enemyType.
Last updated