示例#1
0
        public static void ToNative(IntPtr nativeBuffer, int arrayIndex, IntPtr prop, IList <T> value)
        {
            FScriptArrayHelper helper = new FScriptArrayHelper(prop);

            TArrayReadWriteMarshaler <T> .ToNativeInternal(nativeBuffer, arrayIndex, value, ref helper, innerToNative);
        }
示例#2
0
 public void ToNative(IntPtr nativeBuffer, int arrayIndex, IntPtr prop, IList <T> value)
 {
     helper.Update(property);
     TArrayReadWriteMarshaler <T> .ToNativeInternal(nativeBuffer, arrayIndex, value, ref helper, innerToNative);
 }