This commit is contained in:
Matthias Heil
2026-04-02 10:09:10 +02:00
parent 4623740937
commit 48e2f108a8
14 changed files with 172 additions and 104 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ var typeName = a.GetType().AssemblyQualifiedName;
var b = new Vector3(5, 6, 7);
Vector3[] v3Array = [a, b];
List<Vector3> v3List = v3Array.ToList();
List<Vector3> v3List = [.. v3Array];
var quaternion = new Quaternion(1,2,3,4);
return;