public class ModelComponent implements Component
Component for tracking model state. Attach this component to entities that need to track model data.
java.lang.Object > ModelComponent
Field Summary
isNetworkOutdated
private
boolean
isNetworkOutdated
Field isNetworkOutdated.
temp
final
boolean
temp
Field temp.
Method Detail
getComponentType
public
ModelComponent>
getComponentType
()
Method getComponentType.
consumeNetworkOutdated
public
boolean
consumeNetworkOutdated
()
Method consumeNetworkOutdated.