Created
August 14, 2015 19:28
-
-
Save peroon/d20d685e7fcd8fdf4caf to your computer and use it in GitHub Desktop.
Unity Inspector 整理
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 結果 | |
[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