mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-14 17:09:31 +07:00
PlayMaker events folder
This commit is contained in:
@@ -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
|
||||
|
||||
9
Assets/IsoTools/PlayMaker/Events.meta
Normal file
9
Assets/IsoTools/PlayMaker/Events.meta
Normal file
@@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a4729de6bf87e4d60a76f269eb903bc6
|
||||
folderAsset: yes
|
||||
timeCreated: 1450606069
|
||||
licenseType: Free
|
||||
DefaultImporter:
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -2,7 +2,7 @@
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
namespace IsoTools.PlayMaker.Actions {
|
||||
namespace IsoTools.PlayMaker.Events {
|
||||
public enum IsoCollisionType {
|
||||
IsoCollisionEnter,
|
||||
IsoCollisionExit
|
||||
@@ -2,7 +2,7 @@
|
||||
using HutongGames.PlayMaker;
|
||||
using IsoTools.PlayMaker.Internal;
|
||||
|
||||
namespace IsoTools.PlayMaker.Actions {
|
||||
namespace IsoTools.PlayMaker.Events {
|
||||
public enum IsoTriggerType {
|
||||
IsoTriggerEnter,
|
||||
IsoTriggerExit
|
||||
Reference in New Issue
Block a user