evael-ecs ~master (2021-10-22T21:44:54.846741)
Dub
Repo
Id
evael
ecs
entity
Undocumented in source.
struct
Id {
bool
isValid
;
this
(size_t index);
bool
opEquals
(Id rhs);
int
opCmp
(Id rhs);
size_t
index
[@property getter];
size_t
index
[@property setter];
}
Constructors
this
this
(size_t index)
Undocumented in source.
Members
Functions
opCmp
int
opCmp
(Id rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(Id rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
index
size_t
index
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
index
size_t
index
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
isValid
bool
isValid
;
Undocumented in source.
Meta
Source
See Implementation
evael
ecs
entity
structs
Entity
Id