示例#1
0
 private float GetLeverValue()
 {
     if (leverHandle == null)
     {
         return(1);
     }
     return(leverHandle.GetValue());
 }