PlayMaker events folder

This commit is contained in:
2015-12-20 16:14:00 +06:00
parent 5a462b370e
commit 5f2156de14
7 changed files with 16 additions and 7 deletions

View File

@@ -1590,13 +1590,13 @@ MonoBehaviour:
transitions: []
actionData:
actionNames:
- IsoTools.PlayMaker.Actions.IsoTriggerEvent
- IsoTools.PlayMaker.Events.IsoTriggerEvent
customNames:
-
actionEnabled: 01
actionIsOpen: 01
actionStartIndex: 00000000
actionHashCodes: 0e080104
actionHashCodes: 8802cd00
unityObjectParams: []
fsmGameObjectParams:
- useVariable: 1
@@ -1800,7 +1800,7 @@ MonoBehaviour:
watermark:
password:
locked: 0
preprocessed: 1
preprocessed: 0
ExposedEvents: []
RestartOnEnable: 1
EnableDebugFlow: 0

View File

@@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: a4729de6bf87e4d60a76f269eb903bc6
folderAsset: yes
timeCreated: 1450606069
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -2,7 +2,7 @@
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
namespace IsoTools.PlayMaker.Actions {
namespace IsoTools.PlayMaker.Events {
public enum IsoCollisionType {
IsoCollisionEnter,
IsoCollisionExit

View File

@@ -2,7 +2,7 @@
using HutongGames.PlayMaker;
using IsoTools.PlayMaker.Internal;
namespace IsoTools.PlayMaker.Actions {
namespace IsoTools.PlayMaker.Events {
public enum IsoTriggerType {
IsoTriggerEnter,
IsoTriggerExit