GetAxis() 공개 추상적인 메소드

public abstract GetAxis ( string name, bool raw ) : float
name string
raw bool
리턴 float
예제 #1
0
 // private function handles both types of axis (raw and not raw)
 private static float GetAxis(string name, bool raw)
 {
     return(activeInput.GetAxis(name, raw));
 }