C# Class andengine.sensor.BaseSensorData

Mostra file Open project: jamesburton/AndEngine.net

Protected Properties

Property Type Description
mAccuracy int
mValues float[]

Public Methods

Method Description
BaseSensorData ( int pValueCount ) : System.Collections
ToString ( ) : String
getAccuracy ( ) : int
getValues ( ) : float[]
setAccuracy ( int pAccuracy ) : void
setValues ( float pValues ) : void

Method Details

BaseSensorData() public method

public BaseSensorData ( int pValueCount ) : System.Collections
pValueCount int
return System.Collections

ToString() public method

public ToString ( ) : String
return String

getAccuracy() public method

public getAccuracy ( ) : int
return int

getValues() public method

public getValues ( ) : float[]
return float[]

setAccuracy() public method

public setAccuracy ( int pAccuracy ) : void
pAccuracy int
return void

setValues() public method

public setValues ( float pValues ) : void
pValues float
return void

Property Details

mAccuracy protected_oe property

protected int mAccuracy
return int

mValues protected_oe property

protected float[] mValues
return float[]