C# Class Kuchen.KuchenDebugger

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: kyubuns/Kuchen

Méthodes publiques

Свойство Type Description
Arg1 string
SendTopic bool
Topic string

Méthodes publiques

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Arg1 public_oe property

public string Arg1
Résultat string

SendTopic public_oe property

public bool SendTopic
Résultat bool

Topic public_oe property

public string Topic
Résultat string