public class RenderBatchingSystem.Job extends Object implements Comparable<RenderBatchingSystem.Job>
| Modifier and Type | Field and Description |
|---|---|
EntityProcessAgent |
agent |
com.artemis.Entity |
entity |
| Constructor and Description |
|---|
RenderBatchingSystem.Job(com.artemis.Entity entity,
EntityProcessAgent agent) |
public final com.artemis.Entity entity
public final EntityProcessAgent agent
public RenderBatchingSystem.Job(com.artemis.Entity entity,
EntityProcessAgent agent)
entity - entity we will processagent - agent responsible for processing.public int compareTo(RenderBatchingSystem.Job o)
compareTo in interface Comparable<RenderBatchingSystem.Job>Copyright © 2014. All Rights Reserved.