Esempio n. 1
0
 private static void Noesis_FillExtendType_(ref ExtendTypeData typeData,
                                            int numProps, IntPtr propsData)
 {
     Noesis_FillExtendType(ref typeData, numProps, propsData);
     #if UNITY_EDITOR || NOESIS_API
     Error.Check();
     #endif
 }
Esempio n. 2
0
 private static extern void Noesis_FillExtendType(ref ExtendTypeData typeData,
                                                  int numProps, IntPtr propsData);
 private static void Noesis_FillExtendType_(ref ExtendTypeData typeData,
                                            int numProps, IntPtr propsData)
 {
     Noesis_FillExtendType(ref typeData, numProps, propsData);
     Error.Check();
 }
Esempio n. 4
0
 private static void Noesis_FillExtendType(ref ExtendTypeData typeData,
                                           int numProps, IntPtr propsData)
 {
     _fillExtendType(ref typeData, numProps, propsData);
 }