C# 클래스 CnControls.VirtualButton

Virtual button class
파일 보기 프로젝트 열기: iFunFactory/demo-kgc-2015 1 사용 예제들

공개 메소드들

메소드 설명
Press ( ) : void

Press logic sets the current state of the button to "IsPressed" untill the Release() method is called

Release ( ) : void

Release logic frees the button from its "IsPressed" state

VirtualButton ( string name ) : UnityEngine

메소드 상세

Press() 공개 메소드

Press logic sets the current state of the button to "IsPressed" untill the Release() method is called
public Press ( ) : void
리턴 void

Release() 공개 메소드

Release logic frees the button from its "IsPressed" state
public Release ( ) : void
리턴 void

VirtualButton() 공개 메소드

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