升级框架

This commit is contained in:
2026-01-18 16:37:46 +08:00
parent 917d82d3e8
commit 58911b2ef4
156 changed files with 6485 additions and 3410 deletions

View File

@@ -1021,7 +1021,7 @@ namespace Unity.Mathematics
/// <summary>
/// Extracts a float3x3 from the upper left 3x3 of a float4x4.
/// </summary>
/// <param name="f4x4"><see cref="float4x4"/> to extract a float3x3 from.</param>
/// <param name="f4x4"><see cref="Mathematics.float4x4"/> to extract a float3x3 from.</param>
/// <returns>Upper left 3x3 matrix as float3x3.</returns>
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static float3x3 float3x3(float4x4 f4x4)