프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AttachDevice | void | ||
AttachKeyboardDeviceWithConfig | void | ||
AttachKeyboardDevices | void | ||
AutoDiscoverDeviceProfiles | void | ||
DetectAttachedJoystickDevice | void | ||
DetectAttachedJoystickDevices | void | ||
DetectDetachedJoystickDevices | void | ||
RefreshDevices | void |
메소드 | 설명 | |
---|---|---|
UnityInputDeviceManager ( ) : System | ||
Update ( ulong updateTick, float deltaTime ) : void |
메소드 | 설명 | |
---|---|---|
AttachDevice ( |
||
AttachKeyboardDeviceWithConfig ( InControl.UnityInputDeviceProfile config ) : void | ||
AttachKeyboardDevices ( ) : void | ||
AutoDiscoverDeviceProfiles ( ) : void | ||
DetectAttachedJoystickDevice ( int unityJoystickId, string unityJoystickName ) : void | ||
DetectAttachedJoystickDevices ( ) : void | ||
DetectDetachedJoystickDevices ( ) : void | ||
RefreshDevices ( ) : void |
public Update ( ulong updateTick, float deltaTime ) : void | ||
updateTick | ulong | |
deltaTime | float | |
리턴 | void |