bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
DampingSystem
game_core
basic
Undocumented in source.
struct
DampingSystem {
mixin
ECS
.
System
!
32
;
struct
EntitiesData
;
float
[
20
]
damp
;
bool
onBegin
();
void
onUpdate
(EntitiesData data);
}
Members
Functions
onBegin
bool
onBegin
()
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void
onUpdate
(EntitiesData data)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
ECS
.
System
!
32
Undocumented in source.
Structs
EntitiesData
struct
EntitiesData
Undocumented in source.
Variables
damp
float
[
20
]
damp
;
Undocumented in source.
Mixed In Members
From
mixin
ECS
.
System
!
32
__becs_jobs_count
uint
__becs_jobs_count
;
Undocumented in source.
Meta
Source
See Implementation
game_core
basic
structs
CColor
CDamping
CDepth
CInput
CLocation
CRotation
CScale
CSelected
CStatic
CVelocity
CVelocityFactor
DampingSystem
InputMovementSystem
MoveSystem