C# Class CharacterJump, JuniorProject

Inheritance: MonoBehaviour
Afficher le fichier Open project: MilesMeacham/JuniorProject Class Usage Examples

Méthodes publiques

Свойство Type Description
doubleJumped bool
theCharacterMotor CharacterMotor2,
theGroundCheck GroundCheck,

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Jump ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Jump() public méthode

public Jump ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

doubleJumped public_oe property

public bool doubleJumped
Résultat bool

theCharacterMotor public_oe property

public CharacterMotor2, theCharacterMotor
Résultat CharacterMotor2,

theGroundCheck public_oe property

public GroundCheck, theGroundCheck
Résultat GroundCheck,