Unity5質問スレat GAMEDEVUnity5質問スレ
- 暇つぶし2ch961:名前は開発中のものです。 15/10/04 23:43:28.58 3OKxkGIA.net あ~、いや、つまりあれか、これでわかってないところはこういうことか? public static tests[] test = new tests[10]; public class tests { public int test_number; public Sprite test_Image; } test[0]=new tests(); Debug.Log (test[0].test_number);