C# Class OnDamageRecievedEventData, AnotherUnityThing

Mostrar archivo Open project: zombietfk/AnotherUnityThing Class Usage Examples

Public Properties

Property Type Description
Damage float
Source GameObject,

Public Methods

Method Description
OnDamageRecievedEventData ( GameObject, source, float damage ) : UnityEngine

Method Details

OnDamageRecievedEventData() public method

public OnDamageRecievedEventData ( GameObject, source, float damage ) : UnityEngine
source GameObject,
damage float
return UnityEngine

Property Details

Damage public_oe property

public float Damage
return float

Source public_oe property

public GameObject, Source
return GameObject,