瀏覽代碼

Basis RotationQuat should be public.

(cherry picked from commit a676b8ea66d41cf5aebfa04d4f1239203b031c8f)
Ricardo Alcantara 5 年之前
父節點
當前提交
197b375b89
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/mono/glue/GodotSharp/GodotSharp/Core/Basis.cs

+ 1 - 1
modules/mono/glue/GodotSharp/GodotSharp/Core/Basis.cs

@@ -207,7 +207,7 @@ namespace Godot
             }
         }
 
-        internal Quat RotationQuat()
+        public Quat RotationQuat()
         {
             Basis orthonormalizedBasis = Orthonormalized();
             real_t det = orthonormalizedBasis.Determinant();