C# 클래스 GameObjectUtil, RoverGame

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

공개 메소드들

메소드 설명
FindChildByTag ( Transform theParent, string childTag ) : Transform

Finds the child by tag.

메소드 상세

FindChildByTag() 공개 정적인 메소드

Finds the child by tag.
public static FindChildByTag ( Transform theParent, string childTag ) : Transform
theParent Transform
childTag string Child tag.
리턴 Transform