Esempio n. 1
0
 protected override string OnInit()
 {
     if (changePointType.value == "sequence") {
         updateNextPoint = nextPointSequenced;
     } else if (changePointType.value == "reverse") {
         updateNextPoint = nextPointReversed;
     } else if (changePointType.value == "stop_on_end") {
         updateNextPoint = nextPointStopOnEnd;
     }
     return null;
 }
Esempio n. 2
0
 protected override string OnInit()
 {
     if (changePointType.value == "sequence")
     {
         updateNextPoint = nextPointSequenced;
     }
     else if (changePointType.value == "reverse")
     {
         updateNextPoint = nextPointReversed;
     }
     else if (changePointType.value == "stop_on_end")
     {
         updateNextPoint = nextPointStopOnEnd;
     }
     return(null);
 }