Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Int64View

Definition at line 49 of file Vector128DebugView.cs.

50 {
51 get
52 {
53 long[] array = new long[2];
54 Unsafe.WriteUnaligned(ref Unsafe.As<long, byte>(ref array[0]), _value);
55 return array;
56 }
57 }