C# Class MeleeAttackControl, angrygoats

Purpose: Class which handles player melee attack logic.
Inheritance: MonoBehaviour
ファイルを表示 Open project: dulb640/angrygoats Class Usage Examples

Public Properties

Property Type Description
attackDamage int
knockback int
meleeTimeout float

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Property Details

attackDamage public_oe property

public int attackDamage
return int

knockback public_oe property

public int knockback
return int

meleeTimeout public_oe property

public float meleeTimeout
return float