voxelman v0.8.0 (2017-02-03T20:04:39Z)
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
structs
Component
templates
componentUda
isAnyComponentStorage
isComponentStorage
isEntitySet