Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Piripant/skii
/ types & classes
Types & classes
7 in github.com/Piripant/skii
⨍
Functions
28
◇
Types & classes
7
Class
Object
The actual object present in the scene
src/game.rs:15
Class
ObjectType
Holds all the information about the type of object, indetical for each instance Eg: a Rock places is general information about size and texture here
src/game.rs:31
Class
Player
The actual player object present in the scene
src/game.rs:38
Class
PlayerType
Holds all the information about the type of player, indetical for each instance In the future would hold other data about the skies
src/game.rs:65
Class
TileType
Holds the general information about a tile type Eg: snow, ice
src/game.rs:7
Class
ViewState
src/renderer.rs:11
Class
World
src/game.rs:69