コード例 #1
0
ファイル: SoundDigital.cs プロジェクト: tmxk061/486_AP
    // Start is called before the first frame update
    void Start()
    {
        OnArround(true);

        soundparaent = GetComponentInParent <SoundParent>();
        Data         = 0;
    }
コード例 #2
0
ファイル: SoundVCC.cs プロジェクト: tmxk061/486_AP
 // Start is called before the first frame update
 void Start()
 {
     soundparaent = GetComponentInParent <SoundParent>();
 }