예제 #1
0
    void Start()
    {
        cLine = GetComponent <LineRenderer>();
        if (!cLine)
        {
            Debug.Log("No line renderer");
        }

        cHpShlds = GetComponent <A_HealthShields>();
        cMisc    = GetComponent <EN_Misc>();
    }
예제 #2
0
 void Start()
 {
     cHpShlds = GetComponent <A_HealthShields>();
     cMisc    = GetComponent <EN_Misc>();
 }
예제 #3
0
 void Start()
 {
     cHpShlds    = GetComponent <A_HealthShields>();
     cMisc       = GetComponent <EN_Misc>();
     mClipD.mAmt = mClipD._size;
 }