コード例 #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
 }
コード例 #2
0
 private static extern void Noesis_FillExtendType(ref ExtendTypeData typeData,
                                                  int numProps, IntPtr propsData);
コード例 #3
0
 private static void Noesis_FillExtendType_(ref ExtendTypeData typeData,
                                            int numProps, IntPtr propsData)
 {
     Noesis_FillExtendType(ref typeData, numProps, propsData);
     Error.Check();
 }
コード例 #4
0
 private static void Noesis_FillExtendType(ref ExtendTypeData typeData,
                                           int numProps, IntPtr propsData)
 {
     _fillExtendType(ref typeData, numProps, propsData);
 }