Type
Defined
: T extends any ? Pick<T, { [K in keyof T]: T[K] extends undefined ? never : K } [keyof T]> : neverIt removes the properties that are undefined.
It removes the properties that are undefined.
Assets
Game Obj
Components
Component Types
Scene
Input
Events
Info
Math
Layer
Camera
Layers
Level
Draw
Plugins
Button Bindings
GFX
Miscalenous