C# Class CharacterJump2, JuniorProject

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

Méthodes publiques

Свойство Type Description
doubleJumped bool
jumpSound FMODUnity.StudioEventEmitter
theCharacterMotor CharacterMotor2,
theGroundCheck GroundCheck,

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Jump ( ) : void
Start ( ) : void
TurnOffDoubleJumpAnimation ( ) : IEnumerator
TurnOffJumpAnimation ( ) : IEnumerator

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

TurnOffDoubleJumpAnimation() public méthode

public TurnOffDoubleJumpAnimation ( ) : IEnumerator
Résultat IEnumerator

TurnOffJumpAnimation() public méthode

public TurnOffJumpAnimation ( ) : IEnumerator
Résultat IEnumerator

Property Details

doubleJumped public_oe property

public bool doubleJumped
Résultat bool

jumpSound public_oe property

public StudioEventEmitter,FMODUnity jumpSound
Résultat FMODUnity.StudioEventEmitter

theCharacterMotor public_oe property

public CharacterMotor2, theCharacterMotor
Résultat CharacterMotor2,

theGroundCheck public_oe property

public GroundCheck, theGroundCheck
Résultat GroundCheck,