C# Class DisplayOnMinimap, CodeSpells

Inheritance: MonoBehaviour
Afficher le fichier Open project: srfoster/CodeSpells

Méthodes publiques

Свойство Type Description
color Color
scale float
show bool

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
changeColor ( Color newColor ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

changeColor() public méthode

public changeColor ( Color newColor ) : void
newColor Color
Résultat void

Property Details

color public_oe property

public Color color
Résultat Color

scale public_oe property

public float scale
Résultat float

show public_oe property

public bool show
Résultat bool