diff options
| author | RobbyV2 <robby@robby.blue> | 2026-07-29 09:27:42 -0400 |
|---|---|---|
| committer | RobbyV2 <robby@robby.blue> | 2026-07-30 09:09:55 -0400 |
| commit | 1e080b32ebdffedffcf2e7a5a3c002ce7bfe54f1 (patch) | |
| tree | e870bfc521638e1d88372d312aebb175709d7f21 /src/KingSystem/Physics/System/physLayerContactPointInfo.h | |
| parent | cd3e7a9fbd5f76e23b4f4b837ee122659c60a4b3 (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.h | 2 |
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; } |
