C# Class UnityPlatformer.TransformExtension

UnityEngine.Transform
Afficher le fichier Open project: llafuente/unity-platformer

Méthodes publiques

Méthode Description
DestroyChildren ( this transform ) : void

Destroy all childrens

DestroyImmediateChildren ( this transform ) : void

DestroyImmediate all childrens

Method Details

DestroyChildren() static public méthode

Destroy all childrens
static public DestroyChildren ( this transform ) : void
transform this
Résultat void

DestroyImmediateChildren() static public méthode

DestroyImmediate all childrens
static public DestroyImmediateChildren ( this transform ) : void
transform this
Résultat void