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

◆ Int16View

Definition at line 29 of file Vector256DebugView.cs.

30 {
31 get
32 {
33 short[] array = new short[16];
34 Unsafe.WriteUnaligned(ref Unsafe.As<short, byte>(ref array[0]), _value);
35 return array;
36 }
37 }