コード例 #1
0
        protected override void OnDataValueAdded(object val, UrbanChallenge.Common.CarTimestamp t)
        {
            base.OnDataValueAdded(val, t);

            // call on all the children
            foreach (SubItemEntry entry in subitems)
            {
                entry.subitem.AddDataItem(entry.getValueHandler(currentValue), t);
            }
        }
コード例 #2
0
 public void Transform(UrbanChallenge.Common.CarTimestamp timestamp)
 {
     // nothing to do
 }
コード例 #3
0
 public void BeginTrackingCycle(UrbanChallenge.Common.CarTimestamp timestamp)
 {
 }
コード例 #4
0
 public void BeginTrackingCycle(UrbanChallenge.Common.CarTimestamp timestamp)
 {
     first.BeginTrackingCycle(timestamp);
     second.BeginTrackingCycle(timestamp);
 }