C# Class EnemyStomp, JuniorProject

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

Méthodes publiques

Свойство Type Description
postShotCoolDownTime float
preShotAnimationTime float
stomping bool
stunDuration float
theEnemyCharacterMotor CharacterMotor2,
thePlayerCharacterMotor CharacterMotor2,
thePlayerGrounded GroundCheck,

Méthodes publiques

Méthode Description
Start ( ) : void
Stomp ( ) : void

Private Methods

Méthode Description
StompCO ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Stomp() public méthode

public Stomp ( ) : void
Résultat void

Property Details

postShotCoolDownTime public_oe property

public float postShotCoolDownTime
Résultat float

preShotAnimationTime public_oe property

public float preShotAnimationTime
Résultat float

stomping public_oe property

public bool stomping
Résultat bool

stunDuration public_oe property

public float stunDuration
Résultat float

theEnemyCharacterMotor public_oe property

public CharacterMotor2, theEnemyCharacterMotor
Résultat CharacterMotor2,

thePlayerCharacterMotor public_oe property

public CharacterMotor2, thePlayerCharacterMotor
Résultat CharacterMotor2,

thePlayerGrounded public_oe property

public GroundCheck, thePlayerGrounded
Résultat GroundCheck,