コード例 #1
0
ファイル: Class1.cs プロジェクト: iainmckay/USharp
 public static void ToNative(IntPtr nativeBuffer, int arrayIndex, IntPtr prop, UObject owner, FDebugFloatHistory value)
 {
     value.ToNative(nativeBuffer + (arrayIndex * StructSize));
 }
コード例 #2
0
ファイル: Class1.cs プロジェクト: iainmckay/USharp
 public static void ToNative(IntPtr nativeBuffer, FDebugFloatHistory value)
 {
     value.ToNative(nativeBuffer);
 }