Property | Type | Description | |
---|---|---|---|
baseKB | float | ||
damage | float | ||
equalTarget | GameObject | ||
factors | float | ||
hasHit | bool | ||
health | float | ||
scaledKB | float | ||
weight | float |
Method | Description | |
---|---|---|
KnockBack ( float value ) : void | ||
OnCollisionEnter ( Collision other ) : void | ||
Start ( ) : void | ||
TakeDamage ( float damage ) : void | ||
Update ( ) : void |
public OnCollisionEnter ( Collision other ) : void | ||
other | Collision | |
return | void |