C# 클래스 UnitySampleAssets.CrossPlatformInput.CrossPlatformInputManager.VirtualButton

파일 보기 프로젝트 열기: sebas77/Svelto-ECS-Example 1 사용 예제들

공개 메소드들

메소드 설명
Pressed ( ) : void
Released ( ) : void
Remove ( ) : void
VirtualButton ( string name ) : System
VirtualButton ( string name, bool matchToInputSettings ) : System

메소드 상세

Pressed() 공개 메소드

public Pressed ( ) : void
리턴 void

Released() 공개 메소드

public Released ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( ) : void
리턴 void

VirtualButton() 공개 메소드

public VirtualButton ( string name ) : System
name string
리턴 System

VirtualButton() 공개 메소드

public VirtualButton ( string name, bool matchToInputSettings ) : System
name string
matchToInputSettings bool
리턴 System