voxelman ~master (2022-02-22T07:47:20.6908917)
Dub
Repo
isAnyComponentStorage
datadriven
api
Undocumented in source.
template
isAnyComponentStorage (
CS
) {
static if
(
is(CS.ComponentType C)
)
enum
bool
isAnyComponentStorage
;
static if
(!(
is(CS.ComponentType C)
))
enum
bool
isAnyComponentStorage
;
}
Members
Variables
isAnyComponentStorage
enum
bool
isAnyComponentStorage
;
Undocumented in source.
isAnyComponentStorage
enum
bool
isAnyComponentStorage
;
Undocumented in source.
Meta
Source
See Implementation
datadriven
api
aliases
EntityId
componentType
enums
Replication
structs
Component
templates
componentUda
isAnyComponentStorage
isComponentStorage
isEntitySet