C# Class CharacterJump2, JuniorProject

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

Public Properties

Property Type Description
doubleJumped bool
jumpSound FMODUnity.StudioEventEmitter
theCharacterMotor CharacterMotor2,
theGroundCheck GroundCheck,

Public Methods

Method Description
FixedUpdate ( ) : void
Jump ( ) : void
Start ( ) : void
TurnOffDoubleJumpAnimation ( ) : IEnumerator
TurnOffJumpAnimation ( ) : IEnumerator

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

TurnOffDoubleJumpAnimation() public method

public TurnOffDoubleJumpAnimation ( ) : IEnumerator
return IEnumerator

TurnOffJumpAnimation() public method

public TurnOffJumpAnimation ( ) : IEnumerator
return IEnumerator

Property Details

doubleJumped public property

public bool doubleJumped
return bool

jumpSound public property

public StudioEventEmitter,FMODUnity jumpSound
return FMODUnity.StudioEventEmitter

theCharacterMotor public property

public CharacterMotor2, theCharacterMotor
return CharacterMotor2,

theGroundCheck public property

public GroundCheck, theGroundCheck
return GroundCheck,