Finish wrapper function renames

This commit is contained in:
Garrett Brown
2020-08-16 18:25:27 -04:00
parent a5004f4c8d
commit 59a1a4b2cd
16 changed files with 49 additions and 77 deletions
+2 -2
View File
@@ -350,7 +350,7 @@ public:
* Checks whether a Body is active or not. An inactive body
* cannot be interacted with.
**/
bool isActive() const;
bool isEnabled() const;
/**
* Checks whether a Body is awake or not. A Body
@@ -367,7 +367,7 @@ public:
/**
* Changes the body's active state.
**/
void setActive(bool active);
void SetEnabled(bool enabled);
/**
* Changes the body's sleep state.