C# Class CharacterJump2, JuniorProject

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public bool doubleJumped
return bool

jumpSound public_oe property

public StudioEventEmitter,FMODUnity jumpSound
return FMODUnity.StudioEventEmitter

theCharacterMotor public_oe property

public CharacterMotor2, theCharacterMotor
return CharacterMotor2,

theGroundCheck public_oe property

public GroundCheck, theGroundCheck
return GroundCheck,