- All Implemented Interfaces:
View<ViewNEntry>
-
Field Summary
Fields inherited from class technology.sola.ecs.cache.ViewImpl
componentClasses
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable ViewNEntry
createEntryFromEntity
(Entity entity) Methods inherited from class technology.sola.ecs.cache.ViewImpl
getEntries, isWatchingComponent
-
Constructor Details
-
ViewN
Creates an instance for desired component classes.- Parameters:
componentClasses
- the component classes for the view
-
-
Method Details
-
createEntryFromEntity
Description copied from class:ViewImpl
- Specified by:
createEntryFromEntity
in classViewImpl<ViewNEntry>
- Parameters:
entity
- theEntity
to create aViewEntry
from- Returns:
- the
ViewEntry
-