ObjectIndexChanged.fromLocal constructor

ObjectIndexChanged.fromLocal(
  1. String table,
  2. VectorDefinition position,
  3. int object,
  4. int index,
)

Implementation

ObjectIndexChanged.fromLocal(
  String table,
  VectorDefinition position,
  this.object,
  this.index,
) : cell = GlobalVectorDefinition.fromLocal(table, position);