C# 클래스 Devices.GenericVectorDisplay.ViewModel.FrameBuffer

파일 보기 프로젝트 열기: kierenj/0x10c-DevKit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AutorotateSpeed double
RotatePos double
States List

공개 메소드들

메소드 설명
Add ( GunState state ) : void
FrameBuffer ( ) : System
GetAndReset ( ) : IEnumerable
SetLastTrigger ( bool state ) : void

메소드 상세

Add() 공개 메소드

public Add ( GunState state ) : void
state GunState
리턴 void

FrameBuffer() 공개 메소드

public FrameBuffer ( ) : System
리턴 System

GetAndReset() 공개 메소드

public GetAndReset ( ) : IEnumerable
리턴 IEnumerable

SetLastTrigger() 공개 메소드

public SetLastTrigger ( bool state ) : void
state bool
리턴 void

프로퍼티 상세

AutorotateSpeed 공개적으로 프로퍼티

public double AutorotateSpeed
리턴 double

RotatePos 공개적으로 프로퍼티

public double RotatePos
리턴 double

States 공개적으로 프로퍼티

public List States
리턴 List