Comment ajouter des en-têtes aux scripts dans l'unité

// A simple header with some example variables.
[Header("My Header")]
public string myString;
public bool myBoolean;
public int myInteger;
public float myFloat;
Ditzy