mutils ~master (2018-10-28T20:05:58Z)
Dub
Repo
EntityManager.Range
mutils
entity
EntityManager
Undocumented in source.
struct
EntityManager
(ENTS)
struct
Range (
Entity
) {
getEntityContainer
!
Entity
*
container
;
size_t
start
;
size_t
end
;
size_t
length
();
int
opApply
(Dg dg);
}
Members
Functions
length
size_t
length
()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int
opApply
(Dg dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
container
getEntityContainer
!
Entity
*
container
;
Undocumented in source.
end
size_t
end
;
Undocumented in source.
start
size_t
start
;
Undocumented in source.
Meta
Source
See Implementation
mutils
entity
EntityManager
aliases
Entities
EntityContainers
EntityEnum
FromEntities
UniqueComponents
functions
add
addNoInitialize
checkEntities
clear
destroy
getContainer
getEntityByName
getEntityByStableId
getEntityFromComponent
getRange
initialize
length
remove
removeByStableId
update
updateTimely
manifest constants
memoryDtId
postblits
this(this)
static functions
createEnumCode
entityToEntityId
getEntityEnumName
getEnum
structs
EntityData
EntityId
Range
templates
EntitiesWithComponents
getEntityContainer
variables
entityContainers