ysge v1.1.0 (2023-05-25T17:36:40Z)
Dub
Repo
GameObject
ysge
gameObject
base class for objects in a scene
class
GameObject {
void
Update
(Project parent);
bool
CollidesWith
(SimpleBox other);
void
Render
(Project parent);
}
Members
Functions
CollidesWith
bool
CollidesWith
(SimpleBox other)
Undocumented in source.
Render
void
Render
(Project parent)
Undocumented in source.
Update
void
Update
(Project parent)
Undocumented in source.
Meta
Source
See Implementation
ysge
gameObject
classes
GameObject
enums
RenderType
unions
RenderValue
base class for objects in a scene