C# 클래스 HFTGamepad.ControllerOptions

파일 보기 프로젝트 열기: greggman/hft-unity-gamepad

공개 프로퍼티들

프로퍼티 타입 설명
askForName bool
controllerType ControllerType,
provideAcceleration bool
provideOrientation bool
provideRotationRate bool
showMenu bool

공개 메소드들

메소드 설명
ControllerOptions ( ) : System
ControllerOptions ( ControllerOptions src ) : System
SameValues ( ControllerOptions other ) : bool

메소드 상세

ControllerOptions() 공개 메소드

public ControllerOptions ( ) : System
리턴 System

ControllerOptions() 공개 메소드

public ControllerOptions ( ControllerOptions src ) : System
src ControllerOptions
리턴 System

SameValues() 공개 메소드

public SameValues ( ControllerOptions other ) : bool
other ControllerOptions
리턴 bool

프로퍼티 상세

askForName 공개적으로 프로퍼티

public bool askForName
리턴 bool

controllerType 공개적으로 프로퍼티

public ControllerType, controllerType
리턴 ControllerType,

provideAcceleration 공개적으로 프로퍼티

public bool provideAcceleration
리턴 bool

provideOrientation 공개적으로 프로퍼티

public bool provideOrientation
리턴 bool

provideRotationRate 공개적으로 프로퍼티

public bool provideRotationRate
리턴 bool

showMenu 공개적으로 프로퍼티

public bool showMenu
리턴 bool