C# 클래스 OnDamageRecievedEventData, AnotherUnityThing

파일 보기 프로젝트 열기: zombietfk/AnotherUnityThing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Damage float
Source GameObject,

공개 메소드들

메소드 설명
OnDamageRecievedEventData ( GameObject, source, float damage ) : UnityEngine

메소드 상세

OnDamageRecievedEventData() 공개 메소드

public OnDamageRecievedEventData ( GameObject, source, float damage ) : UnityEngine
source GameObject,
damage float
리턴 UnityEngine

프로퍼티 상세

Damage 공개적으로 프로퍼티

public float Damage
리턴 float

Source 공개적으로 프로퍼티

public GameObject, Source
리턴 GameObject,