コード例 #1
0
 private void OnGUI()
 {
     // Draw the Character assets list, or the selected asset's editor
     m_GUI.DrawGUI();
 }
コード例 #2
0
 public override void OnInspectorGUI()
 {
     // Draw the asset's editor GUI
     m_GUI.DrawGUI();
 }