C# Class DisplayOnMinimap, CodeSpells

Inheritance: MonoBehaviour
Show file 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 property

public Color color
return Color

scale public property

public float scale
return float

show public property

public bool show
return bool