示例#1
0
 public TrackCircuitSignalItem(ObjectItemInfo.ObjectItemFindState thisState)
 {
     SignalState = thisState;
 }
示例#2
0
        public float SignalLocation;                           // relative signal position //


        //================================================================================================//
        //
        // Constructor
        //

        public TrackCircuitSignalItem(SignalObject thisRef, float thisLocation)
        {
            SignalState    = ObjectItemInfo.ObjectItemFindState.Object;
            SignalRef      = thisRef;
            SignalLocation = thisLocation;
        }