Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
MeleeAttackControl
C# Class MeleeAttackControl, angrygoats
Purpose: Class which handles player melee attack logic.
Inheritance:
MonoBehaviour
Mostra file
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