C# 클래스 GameObjectEx, UnityTemp

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

공개 메소드들

메소드 설명
DestroyObjectWithAllParents ( Transform child ) : void

Destroies the object with all parents.

FindByTagFromList ( List list, string tag ) : GameObject

Finds the by tag from list.

FindGameObjectWithNameTag ( string nameOfObj, string tag ) : GameObject

Finds the game object with name and tag.

메소드 상세

DestroyObjectWithAllParents() 공개 정적인 메소드

Destroies the object with all parents.
public static DestroyObjectWithAllParents ( Transform child ) : void
child Transform Child.
리턴 void

FindByTagFromList() 공개 정적인 메소드

Finds the by tag from list.
public static FindByTagFromList ( List list, string tag ) : GameObject
list List List.
tag string Tag.
리턴 GameObject

FindGameObjectWithNameTag() 공개 정적인 메소드

Finds the game object with name and tag.
public static FindGameObjectWithNameTag ( string nameOfObj, string tag ) : GameObject
nameOfObj string
tag string Tag.
리턴 GameObject