C# Class Devices.GenericVectorDisplay.ViewModel.FrameBuffer

Exibir arquivo Open project: kierenj/0x10c-DevKit Class Usage Examples

Public Properties

Property Type Description
AutorotateSpeed double
RotatePos double
States List

Public Methods

Method Description
Add ( GunState state ) : void
FrameBuffer ( ) : System
GetAndReset ( ) : IEnumerable
SetLastTrigger ( bool state ) : void

Method Details

Add() public method

public Add ( GunState state ) : void
state GunState
return void

FrameBuffer() public method

public FrameBuffer ( ) : System
return System

GetAndReset() public method

public GetAndReset ( ) : IEnumerable
return IEnumerable

SetLastTrigger() public method

public SetLastTrigger ( bool state ) : void
state bool
return void

Property Details

AutorotateSpeed public_oe property

public double AutorotateSpeed
return double

RotatePos public_oe property

public double RotatePos
return double

States public_oe property

public List States
return List