C# 클래스 Grafiti.GRConfiguration

Base class for gesture recognizers' configuration objects. A configuration contains all the informations to parametrize the behaviour of the GR, or to make it access some resources.
파일 보기 프로젝트 열기: nuigroup/grafiti 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_exclusive bool

공개 메소드들

메소드 설명
GRConfiguration ( ) : System
GRConfiguration ( bool exclusive ) : System

메소드 상세

GRConfiguration() 공개 메소드

public GRConfiguration ( ) : System
리턴 System

GRConfiguration() 공개 메소드

public GRConfiguration ( bool exclusive ) : System
exclusive bool
리턴 System

프로퍼티 상세

m_exclusive 보호되어 있는 프로퍼티

protected bool m_exclusive
리턴 bool