public class GenericVelocityInstructionSystem extends EntityTickingSystem
System for handling genericvelocityinstruction mechanics. Systems contain game logic that operates on entities with specific component types.
java.lang.Object > EntityTickingSystem > GenericVelocityInstructionSystem
Field Summary
velocityComponent
final
Velocity
velocityComponent
Field velocityComponent.
Method Detail
GenericVelocityInstructionSystem
public
public
GenericVelocityInstructionSystem
()
Method GenericVelocityInstructionSystem.
SystemTypeDependency
public
new
SystemTypeDependency
(Order.AFTER, EntityModule.get()
Method SystemTypeDependency.
- Parameters:
Order.AFTEROrder.AFTEREntityModule.get(EntityModule.get(
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
getDependencies
public
Set>
getDependencies
()
Method getDependencies.