◆
TransformAndAllDecendants()
static IEnumerable<Transform> TransformAndAllDecendants
(
this Transform
transform
)
static
Parameters
transform
calling transform that will be enumerated.
Returns
IEnumberable that can loop though the transform, and all descendants.
EyE
Unity
Extensions
TransformExtensions