Skip to content

Instantly share code, notes, and snippets.

@peroon
Created August 14, 2015 19:28
Show Gist options
  • Save peroon/d20d685e7fcd8fdf4caf to your computer and use it in GitHub Desktop.
Save peroon/d20d685e7fcd8fdf4caf to your computer and use it in GitHub Desktop.
Unity Inspector 整理
// 結果
[System.Serializable]
public class Result{
public GameObject successPanel;
public GameObject failPanel;
}
public Result result;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment