C# Class MarioController, Unity-2D-Platformer-Tutorial

Inheritance: MonoBehaviour
显示文件 Open project: tomitrescak/Unity-2D-Platformer-Tutorial Class Usage Examples

Public Properties

Property Type Description
airControlHandicap float
jumpHeight float
maximumSpeed float
whatIsGround LayerMask

Public Methods

Method Description
FixedUpdate ( ) : void
Move ( float move, bool jump ) : void
Start ( ) : void

Private Methods

Method Description
Update ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Move() public method

public Move ( float move, bool jump ) : void
move float
jump bool
return void

Start() public method

public Start ( ) : void
return void

Property Details

airControlHandicap public_oe property

public float airControlHandicap
return float

jumpHeight public_oe property

public float jumpHeight
return float

maximumSpeed public_oe property

public float maximumSpeed
return float

whatIsGround public_oe property

public LayerMask whatIsGround
return LayerMask