C# Class PlayerController_Alberto, astronaut

Inheritance: MonoBehaviour
Exibir arquivo Open project: pmarinr/astronaut

Public Properties

Property Type Description
doubleJump bool
grounded bool
jump bool
jumpForce float
maxSpeed float
verticalv float

Public Methods

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

Private Methods

Method Description
haySuelo ( ) : bool

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

doubleJump public_oe property

public bool doubleJump
return bool

grounded public_oe property

public bool grounded
return bool

jump public_oe property

public bool jump
return bool

jumpForce public_oe property

public float jumpForce
return float

maxSpeed public_oe property

public float maxSpeed
return float

verticalv public_oe property

public float verticalv
return float