示例#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);
    }