The docs don’t show and example using parameters for C#.
This is what I’m doing:
someArray = go.GetComponentsInChildren<Renderer>(Renderer,true);
But I get “Expression denotes a type', where a
variable’, value' or
method group’ was expected”
I am trying to initialize an array equal to this.