C# Class hintButtonScript

Inheritance: MonoBehaviour
Afficher le fichier Open project: Devination/TheRightWay

Méthodes publiques

Свойство Type Description
blinkAmplitude float
blinkSpeed float
blinking bool
hintButton GameObject
hintTextGO GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void
blink ( ) : void
toggleHintText ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

blink() public méthode

public blink ( ) : void
Résultat void

toggleHintText() public méthode

public toggleHintText ( ) : void
Résultat void

Property Details

blinkAmplitude public_oe property

public float blinkAmplitude
Résultat float

blinkSpeed public_oe property

public float blinkSpeed
Résultat float

blinking public_oe property

public bool blinking
Résultat bool

hintButton public_oe property

public GameObject hintButton
Résultat GameObject

hintTextGO public_oe property

public GameObject hintTextGO
Résultat GameObject