コード例 #1
0
ファイル: GfCamera.cs プロジェクト: mwikenma/usd-unity-sdk
        public static bool Equals(GfCamera lhs, GfCamera rhs)
        {
            bool ret = UsdCsPINVOKE.GfCamera_Equals(GfCamera.getCPtr(lhs), GfCamera.getCPtr(rhs));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }