C# 클래스 InfoStrat.MotionFx.Filters.PushMotionRangeTouchFilter

상속: InputFilter
파일 보기 프로젝트 열기: InfoStrat/MotionFx

공개 프로퍼티들

프로퍼티 타입 설명
CurrentDistanceProperty System.Windows.DependencyProperty
MaximumDistanceProperty System.Windows.DependencyProperty
MinimumDistanceProperty System.Windows.DependencyProperty
ValidTouchDeviceProperty System.Windows.DependencyProperty

보호된 메소드들

메소드 설명
IsDeviceValid ( bool wasValid, System.Windows.Input.InputEventArgs args ) : bool
RegisterEvents ( UIElement element ) : void
UnregisterEvents ( UIElement element ) : void

비공개 메소드들

메소드 설명
NotifyTransition ( bool wasValid, MotionTrackingDevice device, bool isValid ) : bool

메소드 상세

IsDeviceValid() 보호된 메소드

protected IsDeviceValid ( bool wasValid, System.Windows.Input.InputEventArgs args ) : bool
wasValid bool
args System.Windows.Input.InputEventArgs
리턴 bool

RegisterEvents() 보호된 메소드

protected RegisterEvents ( UIElement element ) : void
element System.Windows.UIElement
리턴 void

UnregisterEvents() 보호된 메소드

protected UnregisterEvents ( UIElement element ) : void
element System.Windows.UIElement
리턴 void

프로퍼티 상세

CurrentDistanceProperty 공개적으로 정적으로 프로퍼티

Identifies the MinimumDistance dependency property.
public static DependencyProperty,System.Windows CurrentDistanceProperty
리턴 System.Windows.DependencyProperty

MaximumDistanceProperty 공개적으로 정적으로 프로퍼티

Identifies the MinimumDistance dependency property.
public static DependencyProperty,System.Windows MaximumDistanceProperty
리턴 System.Windows.DependencyProperty

MinimumDistanceProperty 공개적으로 정적으로 프로퍼티

Identifies the MinimumDistance dependency property.
public static DependencyProperty,System.Windows MinimumDistanceProperty
리턴 System.Windows.DependencyProperty

ValidTouchDeviceProperty 공개적으로 정적으로 프로퍼티

Identifies the MinimumDistance dependency property.
public static DependencyProperty,System.Windows ValidTouchDeviceProperty
리턴 System.Windows.DependencyProperty