C# Class CharacterJump, JuniorProject

Inheritance: MonoBehaviour
Mostra file Open project: MilesMeacham/JuniorProject Class Usage Examples

Public Properties

Property Type Description
doubleJumped bool
theCharacterMotor CharacterMotor2,
theGroundCheck GroundCheck,

Public Methods

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

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Jump() public method

public Jump ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

doubleJumped public_oe property

public bool doubleJumped
return bool

theCharacterMotor public_oe property

public CharacterMotor2, theCharacterMotor
return CharacterMotor2,

theGroundCheck public_oe property

public GroundCheck, theGroundCheck
return GroundCheck,