C# 클래스 DeleteObjects, Unity-Game

상속: MonoBehaviour
파일 보기 프로젝트 열기: PeasB/Unity-Game

공개 메소드들

메소드 설명
CheckIfDeleted ( string NameOfObject ) : void
DeleteObject ( string NameOfObject ) : void

메소드 상세

CheckIfDeleted() 공개 정적인 메소드

public static CheckIfDeleted ( string NameOfObject ) : void
NameOfObject string
리턴 void

DeleteObject() 공개 정적인 메소드

public static DeleteObject ( string NameOfObject ) : void
NameOfObject string
리턴 void