C# Class hintButtonScript

Inheritance: MonoBehaviour
Show file Open project: Devination/TheRightWay

Public Properties

Property Type Description
blinkAmplitude float
blinkSpeed float
blinking bool
hintButton GameObject
hintTextGO GameObject

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void
blink ( ) : void
toggleHintText ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

blink() public method

public blink ( ) : void
return void

toggleHintText() public method

public toggleHintText ( ) : void
return void

Property Details

blinkAmplitude public property

public float blinkAmplitude
return float

blinkSpeed public property

public float blinkSpeed
return float

blinking public property

public bool blinking
return bool

hintButton public property

public GameObject hintButton
return GameObject

hintTextGO public property

public GameObject hintTextGO
return GameObject