C# Class BasePlayerController, goalBall

Inheritance: MonoBehaviour
Mostra file Open project: DrexelGoalBall/goalBall Class Usage Examples

Public Properties

Property Type Description
maxSpeed float
playerSpeed float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

maxSpeed public_oe property

public float maxSpeed
return float

playerSpeed public_oe property

public float playerSpeed
return float