C# 클래스 OVRInputControl.KeyInfo

Holds information about a single key event.
파일 보기 프로젝트 열기: leapmotion/ImageGrid

공개 프로퍼티들

프로퍼티 타입 설명
deviceType DeviceType
downHandler OnKeyDown,
heldHandler OnKeyHeld
joystickAxis OVRGamepadController.Axis
joystickButton OVRGamepadController.Button
keyName string
mouseButton MouseButton,
threshold float
upHandler OnKeyUp
wasDown bool

공개 메소드들

메소드 설명
KeyInfo ( DeviceType inDeviceType, MouseButton, inMouseButton, OnKeyDown, inDownHandler, OnKeyHeld inHeldHandler, OnKeyUp inUpHandler ) : UnityEngine

Mouse button constructor.

KeyInfo ( DeviceType inDeviceType, OVRGamepadController, inJoystickButton, OnKeyDown, inDownHandler, OnKeyHeld inHeldHandler, OnKeyUp inUpHandler ) : UnityEngine

Joystick button constructor.

KeyInfo ( DeviceType inDeviceType, string inKeyName, OnKeyDown, inDownHandler, OnKeyHeld inHeldHandler, OnKeyUp inUpHandler ) : UnityEngine

Key constructor.

메소드 상세

KeyInfo() 공개 메소드

Mouse button constructor.
public KeyInfo ( DeviceType inDeviceType, MouseButton, inMouseButton, OnKeyDown, inDownHandler, OnKeyHeld inHeldHandler, OnKeyUp inUpHandler ) : UnityEngine
inDeviceType DeviceType
inMouseButton MouseButton,
inDownHandler OnKeyDown,
inHeldHandler OnKeyHeld
inUpHandler OnKeyUp
리턴 UnityEngine

KeyInfo() 공개 메소드

Joystick button constructor.
public KeyInfo ( DeviceType inDeviceType, OVRGamepadController, inJoystickButton, OnKeyDown, inDownHandler, OnKeyHeld inHeldHandler, OnKeyUp inUpHandler ) : UnityEngine
inDeviceType DeviceType
inJoystickButton OVRGamepadController,
inDownHandler OnKeyDown,
inHeldHandler OnKeyHeld
inUpHandler OnKeyUp
리턴 UnityEngine

KeyInfo() 공개 메소드

Key constructor.
public KeyInfo ( DeviceType inDeviceType, string inKeyName, OnKeyDown, inDownHandler, OnKeyHeld inHeldHandler, OnKeyUp inUpHandler ) : UnityEngine
inDeviceType DeviceType
inKeyName string
inDownHandler OnKeyDown,
inHeldHandler OnKeyHeld
inUpHandler OnKeyUp
리턴 UnityEngine

프로퍼티 상세

deviceType 공개적으로 프로퍼티

public DeviceType deviceType
리턴 DeviceType

downHandler 공개적으로 프로퍼티

public OnKeyDown, downHandler
리턴 OnKeyDown,

heldHandler 공개적으로 프로퍼티

public OnKeyHeld heldHandler
리턴 OnKeyHeld

joystickAxis 공개적으로 프로퍼티

public OVRGamepadController.Axis joystickAxis
리턴 OVRGamepadController.Axis

joystickButton 공개적으로 프로퍼티

public OVRGamepadController.Button joystickButton
리턴 OVRGamepadController.Button

keyName 공개적으로 프로퍼티

public string keyName
리턴 string

mouseButton 공개적으로 프로퍼티

public MouseButton, mouseButton
리턴 MouseButton,

threshold 공개적으로 프로퍼티

public float threshold
리턴 float

upHandler 공개적으로 프로퍼티

public OnKeyUp upHandler
리턴 OnKeyUp

wasDown 공개적으로 프로퍼티

public bool wasDown
리턴 bool