Entity.getAll

Get components

class Entity
@safe pure
getAll
()

Return Value

Type: IComponent[]

array of components which are contained in an entity However if you want to actualy access any of this, this method isn't recomended Use the template 'get' as it will return the type of that component Or use 'contains', 'containsAny', 'containsAll' if you want to know which components an entity is holding

Meta