C# 클래스 OnDestroyDestroy, UnityTemp

상속: MonoBehaviour
파일 보기 프로젝트 열기: BrainProject/UnityTemp

공개 프로퍼티들

프로퍼티 타입 설명
destroy GameObject
game int

공개 메소드들

메소드 설명
OnDestroy ( ) : void

Raises the destroy event.

start ( ) : void

메소드 상세

OnDestroy() 공개 메소드

Raises the destroy event.
public OnDestroy ( ) : void
리턴 void

start() 공개 메소드

public start ( ) : void
리턴 void

프로퍼티 상세

destroy 공개적으로 프로퍼티

public GameObject destroy
리턴 GameObject

game 공개적으로 프로퍼티

public int game
리턴 int