Table of Contents

Method GetChildren

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

GetChildren(Transform)

Returns a list of all direct children of this transform.

public static List<Transform> GetChildren(this Transform transform)

Parameters

transform Transform

Returns

List<Transform>

A list containing all direct child transforms.