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

◆ SByteView

Definition at line 59 of file Vector256DebugView.cs.

60 {
61 get
62 {
63 sbyte[] array = new sbyte[32];
64 Unsafe.WriteUnaligned(ref Unsafe.As<sbyte, byte>(ref array[0]), _value);
65 return array;
66 }
67 }