C# Class UnityPlatformer.TransformExtension

UnityEngine.Transform
Mostrar archivo Open project: llafuente/unity-platformer

Public Methods

Method Description
DestroyChildren ( this transform ) : void

Destroy all childrens

DestroyImmediateChildren ( this transform ) : void

DestroyImmediate all childrens

Method Details

DestroyChildren() static public method

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

DestroyImmediateChildren() static public method

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