Property | Type | Description | |
---|---|---|---|
amount | float | ||
duration | float | ||
type | Type |
Method | Description | |
---|---|---|
Damage ( Damage, d ) : System.Collections | ||
Damage ( Damage, type, float amount ) : System.Collections | ||
Damage ( Damage, type, float amount, float duration ) : System.Collections |
public Damage ( Damage, d ) : System.Collections | ||
d | Damage, | |
return | System.Collections |
public Damage ( Damage, type, float amount ) : System.Collections | ||
type | Damage, | |
amount | float | |
return | System.Collections |
public Damage ( Damage, type, float amount, float duration ) : System.Collections | ||
type | Damage, | |
amount | float | |
duration | float | |
return | System.Collections |