프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_axisList | List |
||
m_foldAllAxes | bool | ||
m_foldAxisElement | List |
||
m_gestureManager | NIGestureManager, | ||
m_pointsTrackingManager | NIPointTrackerManager, |
메소드 | 설명 | |
---|---|---|
GetAccelerationEvent ( int index ) : |
||
GetAxis ( string name ) : float | ||
GetAxisRaw ( string name ) : float | ||
GetButton ( string buttonName ) : bool | ||
GetButtonDown ( string buttonName ) : bool | ||
GetButtonUp ( string buttonName ) : bool | ||
GetJoystickNames ( ) : string[] | ||
GetKey ( string buttonName ) : bool | ||
GetKeyDown ( string buttonName ) : bool | ||
GetKeyUp ( string buttonName ) : bool | ||
GetMouseButton ( int button ) : bool | ||
GetMouseButtonDown ( int button ) : bool | ||
GetMouseButtonUp ( int button ) : bool | ||
GetTouch ( int index ) : Touch | ||
HasFiredSinceTime ( float lastTime, string axisName ) : bool | ||
OnApplicationQuit ( ) : void | ||
OnDestroy ( ) : void | ||
RegisterCallbackForGesture ( NIGestureTracker, eventDelegate, string axisName ) : void | ||
ResetInputAxes ( ) : void | ||
Start ( ) : void | ||
UnRegisterCallbackForGesture ( NIGestureTracker, eventDelegate, string axisName ) : void |
메소드 | 설명 | |
---|---|---|
CalcNumberForAxis ( NIAxis, axis, bool raw ) : float | ||
GetAxisFromPos ( Vector3 vec, NIAxis, axis ) : float | ||
GetAxisInternal ( string name, bool raw ) : float | ||
NormalizeAxisPos ( float valueToCalc, float range, bool invert, float sensitivity, float deadZone ) : float | ||
Release ( ) : void |
protected CalcNumberForAxis ( NIAxis, axis, bool raw ) : float | ||
axis | NIAxis, | |
raw | bool | |
리턴 | float |
public GetAccelerationEvent ( int index ) : |
||
index | int | |
리턴 |
protected GetAxisFromPos ( Vector3 vec, NIAxis, axis ) : float | ||
vec | Vector3 | |
axis | NIAxis, | |
리턴 | float |
protected GetAxisInternal ( string name, bool raw ) : float | ||
name | string | |
raw | bool | |
리턴 | float |
public HasFiredSinceTime ( float lastTime, string axisName ) : bool | ||
lastTime | float | |
axisName | string | |
리턴 | bool |
protected NormalizeAxisPos ( float valueToCalc, float range, bool invert, float sensitivity, float deadZone ) : float | ||
valueToCalc | float | |
range | float | |
invert | bool | |
sensitivity | float | |
deadZone | float | |
리턴 | float |
public RegisterCallbackForGesture ( NIGestureTracker, eventDelegate, string axisName ) : void | ||
eventDelegate | NIGestureTracker, | |
axisName | string | |
리턴 | void |
public UnRegisterCallbackForGesture ( NIGestureTracker, eventDelegate, string axisName ) : void | ||
eventDelegate | NIGestureTracker, | |
axisName | string | |
리턴 | void |