C# 클래스 DestroyedGameObject, EgoCS

상속: EgoEvent
파일 보기 프로젝트 열기: andoowhy/EgoCS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
egoComponent EgoComponent
gameObject GameObject

공개 메소드들

메소드 설명
DestroyedGameObject ( GameObject gameObject, EgoComponent egoComponent ) : UnityEngine

메소드 상세

DestroyedGameObject() 공개 메소드

public DestroyedGameObject ( GameObject gameObject, EgoComponent egoComponent ) : UnityEngine
gameObject GameObject
egoComponent EgoComponent
리턴 UnityEngine

프로퍼티 상세

egoComponent 공개적으로 프로퍼티

public EgoComponent egoComponent
리턴 EgoComponent

gameObject 공개적으로 프로퍼티

public GameObject gameObject
리턴 GameObject