JUtils
A unity utilities library
Properties
|
List of all members
JUtils.IHealEvent Interface Reference
Used to create more detailed heal events
More...
Inheritance diagram for JUtils.IHealEvent:
[
legend
]
Properties
int
amount
[get, set]
Detailed Description
Used to create more detailed heal events
namespace
Example
{
public
class
Player : MonoBehaviour
{
private
void
OnHeal(MagicHealEvent healEvent)
{
// Reacting to the event
}
private
void
OnHeal(IHealEvent healEvent)
{
// Normal event handler
}
}
}
Property Documentation
◆
amount
int JUtils.IHealEvent.amount
get
set
The documentation for this interface was generated from the following file:
IHealEvent.cs
JUtils
IHealEvent
Generated by
1.9.1