예제 #1
0
파일: GameAPI.cs 프로젝트: hw233/Poker
    public static void DoCameraNear(float time, float dis, float waitTime)
    {
        CameraMove c = Camera.main.transform.GetComponent <CameraMove>();

        c.DoNear(time, dis, waitTime);
    }