C# Class UnityChan, uProcessing

Inheritance: MonoBehaviour
Mostra file Open project: nryota/uProcessing Class Usage Examples

Public Properties

Property Type Description
backwardSpeed float
forwardSpeed float
jumpPower float
obj PGameObject
slidePower float

Public Methods

Method Description
init ( PGraphics graphics ) : void
update ( ) : void

Method Details

init() public method

public init ( PGraphics graphics ) : void
graphics PGraphics
return void

update() public method

public update ( ) : void
return void

Property Details

backwardSpeed public_oe property

public float backwardSpeed
return float

forwardSpeed public_oe property

public float forwardSpeed
return float

jumpPower public_oe property

public float jumpPower
return float

obj public_oe property

public PGameObject obj
return PGameObject

slidePower public_oe property

public float slidePower
return float