C# 클래스 andengine.sensor.BaseSensorData

파일 보기 프로젝트 열기: jamesburton/AndEngine.net

보호된 프로퍼티들

프로퍼티 타입 설명
mAccuracy int
mValues float[]

공개 메소드들

메소드 설명
BaseSensorData ( int pValueCount ) : System.Collections
ToString ( ) : String
getAccuracy ( ) : int
getValues ( ) : float[]
setAccuracy ( int pAccuracy ) : void
setValues ( float pValues ) : void

메소드 상세

BaseSensorData() 공개 메소드

public BaseSensorData ( int pValueCount ) : System.Collections
pValueCount int
리턴 System.Collections

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

getAccuracy() 공개 메소드

public getAccuracy ( ) : int
리턴 int

getValues() 공개 메소드

public getValues ( ) : float[]
리턴 float[]

setAccuracy() 공개 메소드

public setAccuracy ( int pAccuracy ) : void
pAccuracy int
리턴 void

setValues() 공개 메소드

public setValues ( float pValues ) : void
pValues float
리턴 void

프로퍼티 상세

mAccuracy 보호되어 있는 프로퍼티

protected int mAccuracy
리턴 int

mValues 보호되어 있는 프로퍼티

protected float[] mValues
리턴 float[]