Skip to content

Api > LineRenderer > GetComponentsInParent()


LineRenderer.GetComponentsInParent([]{Generic : Component|info} t)⚓︎

Returns all components of Type type in the GameObject or any of its parents.

Parameters:⚓︎

Name Type Description
t []{Generic : Component info}

Returns:⚓︎

type Description
[]{Generic : Component info}[]

Usage⚓︎

---@type LineRenderer
local linerenderer;

---@type TComponent
local t;


local val0 = linerenderer.GetComponentsInParent(t)