AxisExists() 공개 메소드

public AxisExists ( string name ) : bool
name string
리턴 bool
예제 #1
0
 public static bool AxisExists(string name)
 {
     return(activeInput.AxisExists(name));
 }