decs ~master (2021-07-15T12:31:03.9074131)
Dub
Repo
BasicView
decs
ecs
Undocumented in source.
struct
BasicView (
T
) {
Storage
!(
T
)*
storage
;
static
BasicView
create
(Storage!(T)* s);
T
*
get
(Entity entity);
int
opApply
(int delegate(Entity) dg);
}
Members
Functions
get
T
*
get
(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int
opApply
(int delegate(Entity) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
create
BasicView
create
(Storage!(T)* s)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
storage
Storage
!(
T
)*
storage
;
Undocumented in source.
Meta
Source
See Implementation
decs
ecs
aliases
Entity
EntityHandle_large
EntityTraitsDefinition_large
Storage
functions
sortSub
structs
BasicView
ComponentStorage
EntityTraitsDefinition
Excludes
GroupData
Handles
Includes
MultiView
Optional
Registry
SparseSet
TypeStore
templates
type_id