C# Class InputController.BufferedAxis

Mostrar archivo Open project: 3dAnon/PoniGame

Public Methods

Method Description
AverageValue ( ) : float
BufferedAxis ( List sources ) : System.Collections.Generic
CumulativeValue ( ) : float
RecordFixedUpdateState ( ) : void
RecordUpdateState ( ) : void

Private Methods

Method Description
GetRelevantInput ( ) : float>>.List

Method Details

AverageValue() public method

public AverageValue ( ) : float
return float

BufferedAxis() public method

public BufferedAxis ( List sources ) : System.Collections.Generic
sources List
return System.Collections.Generic

CumulativeValue() public method

public CumulativeValue ( ) : float
return float

RecordFixedUpdateState() public method

public RecordFixedUpdateState ( ) : void
return void

RecordUpdateState() public method

public RecordUpdateState ( ) : void
return void