C# 클래스 InputController.BufferedAxis

파일 보기 프로젝트 열기: 3dAnon/PoniGame

공개 메소드들

메소드 설명
AverageValue ( ) : float
BufferedAxis ( List sources ) : System.Collections.Generic
CumulativeValue ( ) : float
RecordFixedUpdateState ( ) : void
RecordUpdateState ( ) : void

비공개 메소드들

메소드 설명
GetRelevantInput ( ) : float>>.List

메소드 상세

AverageValue() 공개 메소드

public AverageValue ( ) : float
리턴 float

BufferedAxis() 공개 메소드

public BufferedAxis ( List sources ) : System.Collections.Generic
sources List
리턴 System.Collections.Generic

CumulativeValue() 공개 메소드

public CumulativeValue ( ) : float
리턴 float

RecordFixedUpdateState() 공개 메소드

public RecordFixedUpdateState ( ) : void
리턴 void

RecordUpdateState() 공개 메소드

public RecordUpdateState ( ) : void
리턴 void