![]() |
DemiLib
A collection of Demigiant's utility libraries for Unity (https://github.com/Demigiant/demilib)
|
Static Public Member Functions | |
static T[] | GetOnlyComponentsInChildren< T > (this MonoBehaviour m, bool includeInactive=false) |
Returns ONLY the Components in the children, and ignores the parent. More... | |
|
static |
Returns ONLY the Components in the children, and ignores the parent.
includeInactive | If TRUE also includes inactive children |
T | : | Component |