public class StepCleanupSystem extends EntityTickingSystem
System for handling stepcleanup mechanics. Systems contain game logic that operates on entities with specific component types.
java.lang.Object > EntityTickingSystem > StepCleanupSystem
Field Summary
No fields documented.
Method Detail
StepCleanupSystem
Method StepCleanupSystem.
- Parameters:
@Nonnull final ComponentTypestepComponentType
getDependencies
public
Set>
getDependencies
()
Method getDependencies.
tick
public
void
tick
(final float dt, final int index, @Nonnull final ArchetypeChunk archetypeChunk, @Nonnull final Store store, @Nonnull final CommandBuffer commandBuffer)
Method tick.
- Parameters:
final floatdtfinal intindex@Nonnull final ArchetypeChunkarchetypeChunk@Nonnull final Storestore@Nonnull final CommandBuffercommandBuffer