C# Class OnDamageRecievedEventData, AnotherUnityThing

Afficher le fichier Open project: zombietfk/AnotherUnityThing Class Usage Examples

Méthodes publiques

Свойство Type Description
Damage float
Source GameObject,

Méthodes publiques

Méthode Description
OnDamageRecievedEventData ( GameObject, source, float damage ) : UnityEngine

Method Details

OnDamageRecievedEventData() public méthode

public OnDamageRecievedEventData ( GameObject, source, float damage ) : UnityEngine
source GameObject,
damage float
Résultat UnityEngine

Property Details

Damage public_oe property

public float Damage
Résultat float

Source public_oe property

public GameObject, Source
Résultat GameObject,