Jumpvalley 0.5.0
An app and library that can be used to test and run 3D platformer levels. Currently being made with Godot.
Loading...
Searching...
No Matches
Classes
Jumpvalley.Players Namespace Reference

Classes

class  Player
 This class represents a player who is playing Jumpvalley or some other app that derives from it. This class inherits from the Interactive class since it contains some functionality that assists with initializing, starting, stopping, and disposing the app components functioning on behalf of the player.

This class contains some of the basic components that allow the app to function for the player, such as:

  • Their music player
  • The Controller instance that allows them to control their character
  • The Camera instance that allows them to control their camera
  • Their primary GUI node
More...