C# Class Devices.GenericVectorDisplay.ViewModel.FrameBuffer

Show file 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 property

public double AutorotateSpeed
return double

RotatePos public property

public double RotatePos
return double

States public property

public List States
return List