コード例 #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);
    }