Sdk/PhysicsComponent2D: Add IsValid() method

This commit is contained in:
Lynix
2019-02-02 03:01:07 +01:00
parent 2873a60775
commit 54fb983f9e
2 changed files with 13 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ namespace Ndk
inline bool IsNodeSynchronizationEnabled() const;
inline bool IsSleeping() const;
inline bool IsValid() const;
inline void ResetVelocityFunction();