Recast: add virtual getter for agent slope

This commit is contained in:
Kawe Mazidjatari 2024-11-02 20:06:01 +01:00
parent 7eebab51a4
commit 7c71e1d147

View File

@ -327,6 +327,7 @@ public:
virtual float getAgentRadius() { return m_agentRadius; }
virtual float getAgentHeight() { return m_agentHeight; }
virtual float getAgentClimb() { return m_agentMaxClimb; }
virtual float getAgentSlope() { return m_agentMaxSlope; }
inline float getCellHeight() const { return m_cellHeight; }