reng ~master (2022-11-13T10:09:03Z)
Dub
Repo
Paddle
comp
paddle
Undocumented in source.
class
Paddle : Component, Updatable {
float
speed
;
void
setup
();
void
update
();
}
Members
Functions
setup
void
setup
()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void
update
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
speed
float
speed
;
Undocumented in source.
Meta
Source
See Implementation
comp
paddle
classes
Paddle