ysge v1.1.0 (2023-05-25T17:36:40Z)
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