Esempio n. 1
0
 public SensorInfo(Unit unit, Fixture fixture, int maxSense)
 {
     _unit = unit;
     _fixture = fixture;
     _fixture.SetUserData(this);
     _max = maxSense;
     _sensedUnits = new Unit[maxSense];
     _count = 0;
 }