C# Class SelectInputGUI, audio_analyzer

Inheritance: MonoBehaviour
Afficher le fichier Open project: zombience/audio_analyzer Class Usage Examples

Protected Properties

Свойство Type Description
callback Action

Méthodes publiques

Méthode Description
SetCallback ( Action cb ) : void

Méthodes protégées

Méthode Description
OnGUI ( ) : void

Method Details

OnGUI() protected méthode

protected OnGUI ( ) : void
Résultat void

SetCallback() public méthode

public SetCallback ( Action cb ) : void
cb Action
Résultat void

Property Details

callback protected_oe property

protected Action callback
Résultat Action