C# Class UnityChan, uProcessing

Inheritance: MonoBehaviour
Show 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 property

public float backwardSpeed
return float

forwardSpeed public property

public float forwardSpeed
return float

jumpPower public property

public float jumpPower
return float

obj public property

public PGameObject obj
return PGameObject

slidePower public property

public float slidePower
return float