Last updated
Last updated
In the PlayerData
class, the PhysicsVariables
class is created to store variables related to the player's physics and interactions with the environment. This class includes variables for slopes, platforms, ground checking, head bump checking, wall interactions, and more.
The PhysicsVariables
class has two nested classes, SlopeVariables
and PlatformVariables
, that store data related to slopes and platforms, respectively.