C# Class EnemyStomp, JuniorProject

Inheritance: MonoBehaviour
Show file 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 property

public float postShotCoolDownTime
return float

preShotAnimationTime public property

public float preShotAnimationTime
return float

stomping public property

public bool stomping
return bool

stunDuration public property

public float stunDuration
return float

theEnemyCharacterMotor public property

public CharacterMotor2, theEnemyCharacterMotor
return CharacterMotor2,

thePlayerCharacterMotor public property

public CharacterMotor2, thePlayerCharacterMotor
return CharacterMotor2,

thePlayerGrounded public property

public GroundCheck, thePlayerGrounded
return GroundCheck,