C# Class hintButtonScript

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public float blinkAmplitude
return float

blinkSpeed public_oe property

public float blinkSpeed
return float

blinking public_oe property

public bool blinking
return bool

hintButton public_oe property

public GameObject hintButton
return GameObject

hintTextGO public_oe property

public GameObject hintTextGO
return GameObject