ysge ~master (2026-07-03T20:13:52.8143379)
Dub
Repo
Physics
ysge
objects
simpleBox
contains physics info
struct
Physics {
Vec2
!
int
velocity
;
bool
drag
;
bool
gravityOn
;
Vec2
!
int
gravity
;
}
Members
Variables
drag
bool
drag
;
Undocumented in source.
gravity
Vec2
!
int
gravity
;
Undocumented in source.
gravityOn
bool
gravityOn
;
Undocumented in source.
velocity
Vec2
!
int
velocity
;
Undocumented in source.
Meta
Source
See Implementation
ysge
objects
simpleBox
classes
SimpleBox
structs
Physics
contains physics info