C# 클래스 UnityPlatformer.TransformExtension

UnityEngine.Transform
파일 보기 프로젝트 열기: llafuente/unity-platformer

공개 메소드들

메소드 설명
DestroyChildren ( this transform ) : void

Destroy all childrens

DestroyImmediateChildren ( this transform ) : void

DestroyImmediate all childrens

메소드 상세

DestroyChildren() 정적인 공개 메소드

Destroy all childrens
static public DestroyChildren ( this transform ) : void
transform this
리턴 void

DestroyImmediateChildren() 정적인 공개 메소드

DestroyImmediate all childrens
static public DestroyImmediateChildren ( this transform ) : void
transform this
리턴 void