summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physLayerContactPointInfo.h
diff options
context:
space:
mode:
authorRobbyV2 <robby@robby.blue>2026-07-29 09:27:42 -0400
committerRobbyV2 <robby@robby.blue>2026-07-30 09:09:55 -0400
commit1e080b32ebdffedffcf2e7a5a3c002ce7bfe54f1 (patch)
treee870bfc521638e1d88372d312aebb175709d7f21 /src/KingSystem/Physics/System/physLayerContactPointInfo.h
parentcd3e7a9fbd5f76e23b4f4b837ee122659c60a4b3 (diff)
phys: match System contact listener and group handler functions
Diffstat (limited to 'src/KingSystem/Physics/System/physLayerContactPointInfo.h')
-rw-r--r--src/KingSystem/Physics/System/physLayerContactPointInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KingSystem/Physics/System/physLayerContactPointInfo.h b/src/KingSystem/Physics/System/physLayerContactPointInfo.h
index 377adb07..2080cfb0 100644
--- a/src/KingSystem/Physics/System/physLayerContactPointInfo.h
+++ b/src/KingSystem/Physics/System/physLayerContactPointInfo.h
@@ -84,6 +84,8 @@ public:
bool registerLayerPair(ContactLayer layer1, ContactLayer layer2, bool enabled = true);
bool isPairUnknown(ContactLayer layer1, ContactLayer layer2) const;
+ ContactLayerType getLayerType() const { return mLayerType; }
+
ContactCallback* getCallback() const { return mCallback; }
void setCallback(ContactCallback* callback) { mCallback = callback; }