Extracted Trigger Checking into TriggerAreas
This commit is contained in:
4
Runtime/Collider/Ground/Box2DGroundTriggerArea.cs
Normal file
4
Runtime/Collider/Ground/Box2DGroundTriggerArea.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Syntriax.Modules.Trigger
|
||||
{
|
||||
public class Box2DGroundTriggerArea : Box2DColliderTriggerArea, IGroundTriggerArea { }
|
||||
}
|
11
Runtime/Collider/Ground/Box2DGroundTriggerArea.cs.meta
Normal file
11
Runtime/Collider/Ground/Box2DGroundTriggerArea.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4b3db9faa3a5e9f4db37172c452dbf2a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@@ -0,0 +1,4 @@
|
||||
namespace Syntriax.Modules.Trigger
|
||||
{
|
||||
public class Box2DGroundTriggerAreaWithRotation : Box2DColliderTriggerAreaWithRotation, IGroundTriggerArea { }
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dbb4ef661e6f9fc4fb8584059bc8e5cc
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
4
Runtime/Collider/Ground/GroundTrigger.cs
Normal file
4
Runtime/Collider/Ground/GroundTrigger.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Syntriax.Modules.Trigger
|
||||
{
|
||||
public class GroundTrigger : ColliderTrigger, IGroundTrigger { }
|
||||
}
|
11
Runtime/Collider/Ground/GroundTrigger.cs.meta
Normal file
11
Runtime/Collider/Ground/GroundTrigger.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 91a5b9cf888de6f4da572ac875fc826c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
4
Runtime/Collider/Ground/IGroundTrigger.cs
Normal file
4
Runtime/Collider/Ground/IGroundTrigger.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Syntriax.Modules.Trigger
|
||||
{
|
||||
public interface IGroundTrigger : ITrigger { }
|
||||
}
|
11
Runtime/Collider/Ground/IGroundTrigger.cs.meta
Normal file
11
Runtime/Collider/Ground/IGroundTrigger.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8dc876763de82b74cb9a05685d57e841
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
4
Runtime/Collider/Ground/IGroundTriggerArea.cs
Normal file
4
Runtime/Collider/Ground/IGroundTriggerArea.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Syntriax.Modules.Trigger
|
||||
{
|
||||
public interface IGroundTriggerArea : ITriggerArea { }
|
||||
}
|
11
Runtime/Collider/Ground/IGroundTriggerArea.cs.meta
Normal file
11
Runtime/Collider/Ground/IGroundTriggerArea.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7a6e6150c32aa1f4d87db161c5fb65db
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user