fixed PlayMaker support for IsoPhysics

This commit is contained in:
2016-11-27 14:37:42 +07:00
parent 26b4f8e7a6
commit 931e0267d9
37 changed files with 92 additions and 72 deletions

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -76,5 +77,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -97,5 +98,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -64,5 +64,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -77,5 +77,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -42,5 +43,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -42,5 +43,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -36,5 +36,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -76,5 +76,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -76,5 +76,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -64,5 +64,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -64,5 +64,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -42,5 +43,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -64,5 +64,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -82,5 +82,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -82,5 +82,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -58,5 +59,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -74,5 +74,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -48,5 +49,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -48,5 +49,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -48,5 +49,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -103,5 +103,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -41,5 +42,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -32,5 +33,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -41,5 +42,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -35,5 +35,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -90,5 +90,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -90,5 +90,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -32,5 +33,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -57,5 +58,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -80,5 +80,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -28,5 +29,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -103,5 +103,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -28,5 +29,5 @@ namespace IsoTools.PlayMaker.Actions {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -89,5 +90,5 @@ namespace IsoTools.PlayMaker.Events {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
@@ -83,5 +84,5 @@ namespace IsoTools.PlayMaker.Events {
}
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
namespace IsoTools.PlayMaker.Internal {
@@ -63,5 +64,5 @@ namespace IsoTools.PlayMaker.Internal {
name, min, max);
}
}
} // IsoTools.PlayMaker.Actions
#endif
}
#endif

View File

@@ -1,5 +1,6 @@
#if PLAYMAKER
using UnityEngine;
using IsoTools.Physics;
using HutongGames.PlayMaker;
namespace IsoTools.PlayMaker.Internal {
@@ -41,4 +42,4 @@ namespace IsoTools.PlayMaker.Internal {
}
}
}
#endif
#endif