C# Class andengine.sensor.accelerometer.AccelerometerData

Inheritance: andengine.sensor.BaseSensorData
Exibir arquivo Open project: jamesburton/AndEngine.net

Public Methods

Method Description
AccelerometerData ( ) : System.Collections
ToString ( ) : String
getX ( ) : float
getY ( ) : float
getZ ( ) : float
setX ( float pX ) : void
setY ( float pY ) : void
setZ ( float pZ ) : void

Method Details

AccelerometerData() public method

public AccelerometerData ( ) : System.Collections
return System.Collections

ToString() public method

public ToString ( ) : String
return String

getX() public method

public getX ( ) : float
return float

getY() public method

public getY ( ) : float
return float

getZ() public method

public getZ ( ) : float
return float

setX() public method

public setX ( float pX ) : void
pX float
return void

setY() public method

public setY ( float pY ) : void
pY float
return void

setZ() public method

public setZ ( float pZ ) : void
pZ float
return void