bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
BallCollisionSystem.EntitiesData
demos
brick_breaker
BallCollisionSystem
Undocumented in source.
struct
BallCollisionSystem
struct
EntitiesData {
uint
length
;
const
(
Entity
)[]
entity
;
CVelocity
[]
velocity
;
@
readonly
CLocation
[]
location
;
@
readonly
CScale
[]
scale
;
@
readonly
CBall
[]
ball_flag
;
}
Members
Variables
ball_flag
CBall
[]
ball_flag
;
Undocumented in source.
entity
const
(
Entity
)[]
entity
;
Undocumented in source.
length
uint
length
;
variable named "length" contain entites count
location
CLocation
[]
location
;
Undocumented in source.
scale
CScale
[]
scale
;
Undocumented in source.
velocity
CVelocity
[]
velocity
;
Undocumented in source.
Meta
Source
See Implementation
demos
brick_breaker
BallCollisionSystem
functions
onBegin
onUpdate
mixins
__anonymous
structs
EntitiesData
State
variables
grid
static_tree
tree