C# Class DisplayOnMinimap, CodeSpells

Inheritance: MonoBehaviour
Datei anzeigen Open project: srfoster/CodeSpells

Public Properties

Property Type Description
color Color
scale float
show bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
changeColor ( Color newColor ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

changeColor() public method

public changeColor ( Color newColor ) : void
newColor Color
return void

Property Details

color public_oe property

public Color color
return Color

scale public_oe property

public float scale
return float

show public_oe property

public bool show
return bool