Пример #1
0
    public static float angleVel = 360.0f * 0.0165f; // 角速度[度/frame]

    void Start()
    {
        gc = GameObject.Find("GameController").GetComponent <SCGameController>();
    }
Пример #2
0
 void Start()
 {
     gc = GameObject.Find("GameController").GetComponent<SCGameController>();
 }