C# Class EnemyStomp, JuniorProject

Inheritance: MonoBehaviour
Exibir arquivo Open project: MilesMeacham/JuniorProject Class Usage Examples

Public Properties

Property Type Description
postShotCoolDownTime float
preShotAnimationTime float
stomping bool
stunDuration float
theEnemyCharacterMotor CharacterMotor2,
thePlayerCharacterMotor CharacterMotor2,
thePlayerGrounded GroundCheck,

Public Methods

Method Description
Start ( ) : void
Stomp ( ) : void

Private Methods

Method Description
StompCO ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Stomp() public method

public Stomp ( ) : void
return void

Property Details

postShotCoolDownTime public_oe property

public float postShotCoolDownTime
return float

preShotAnimationTime public_oe property

public float preShotAnimationTime
return float

stomping public_oe property

public bool stomping
return bool

stunDuration public_oe property

public float stunDuration
return float

theEnemyCharacterMotor public_oe property

public CharacterMotor2, theEnemyCharacterMotor
return CharacterMotor2,

thePlayerCharacterMotor public_oe property

public CharacterMotor2, thePlayerCharacterMotor
return CharacterMotor2,

thePlayerGrounded public_oe property

public GroundCheck, thePlayerGrounded
return GroundCheck,