C# 클래스 DS4Api.DS4Data

파일 보기 프로젝트 열기: Flafla2/Unity-DS4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Circle bool
Cross bool
DpadDown bool
DpadLeft bool
DpadRight bool
DpadUp bool
L1 bool
L2 bool
L2_analog byte
L3 bool
Options bool
Orientation DS4Orientation
PS bool
R1 bool
R2 bool
R2_analog byte
R3 bool
Share bool
Square bool
Timestamp ushort
TouchButton bool
TouchCount int
Touches ].int[
Triangle bool
lstick byte[]
rstick byte[]

공개 메소드들

메소드 설명
DS4Data ( ) : System

메소드 상세

DS4Data() 공개 메소드

public DS4Data ( ) : System
리턴 System

프로퍼티 상세

Circle 공개적으로 프로퍼티

public bool Circle
리턴 bool

Cross 공개적으로 프로퍼티

public bool Cross
리턴 bool

DpadDown 공개적으로 프로퍼티

public bool DpadDown
리턴 bool

DpadLeft 공개적으로 프로퍼티

public bool DpadLeft
리턴 bool

DpadRight 공개적으로 프로퍼티

public bool DpadRight
리턴 bool

DpadUp 공개적으로 프로퍼티

public bool DpadUp
리턴 bool

L1 공개적으로 프로퍼티

public bool L1
리턴 bool

L2 공개적으로 프로퍼티

public bool L2
리턴 bool

L2_analog 공개적으로 프로퍼티

public byte L2_analog
리턴 byte

L3 공개적으로 프로퍼티

public bool L3
리턴 bool

Options 공개적으로 프로퍼티

public bool Options
리턴 bool

Orientation 공개적으로 프로퍼티

public DS4Orientation,DS4Api Orientation
리턴 DS4Orientation

PS 공개적으로 프로퍼티

public bool PS
리턴 bool

R1 공개적으로 프로퍼티

public bool R1
리턴 bool

R2 공개적으로 프로퍼티

public bool R2
리턴 bool

R2_analog 공개적으로 프로퍼티

public byte R2_analog
리턴 byte

R3 공개적으로 프로퍼티

public bool R3
리턴 bool

Share 공개적으로 프로퍼티

public bool Share
리턴 bool

Square 공개적으로 프로퍼티

public bool Square
리턴 bool

Timestamp 공개적으로 프로퍼티

public ushort Timestamp
리턴 ushort

TouchButton 공개적으로 프로퍼티

public bool TouchButton
리턴 bool

TouchCount 공개적으로 프로퍼티

public int TouchCount
리턴 int

Touches 공개적으로 프로퍼티

public int[,] Touches
리턴 ].int[

Triangle 공개적으로 프로퍼티

public bool Triangle
리턴 bool

lstick 공개적으로 프로퍼티

public byte[] lstick
리턴 byte[]

rstick 공개적으로 프로퍼티

public byte[] rstick
리턴 byte[]