예제 #1
0
 private void Awake()
 {
     //Imageを参照
     image = GetComponent <Image>();
     //プレイヤーネームスプリプトから自分の文字を取得
     NameText = P_Name.GetNameCharacterPos((int)C_Pos);
 }