Player State | Player Input

The state containers for the system

PlayerState

The PlayerState class (could / should be a struct?) is the main container for the player state that is passed around the system.

PlayerInput

This contains the raw player input for each frame, in case it is required.

Last updated