- 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 ViewNEntrycreateEntryFromEntity(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:
createEntryFromEntityin classViewImpl<ViewNEntry>- Parameters:
entity- theEntityto create aViewEntryfrom- Returns:
- the
ViewEntry
-