Skip to main content

MLVideoExtension.GetComponentsInParent(TComponent t)

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

Parameters:

NameTypeDescription
tTComponentThe type of Component to retrieve.

Returns:

typeDescription
TComponent[]all components of Type type in the GameObject or any of its parents.

Usage

---@type MLVideoExtension
local mlvideoextension;

---@type TComponent
local t;


local val0 = mlvideoextension.GetComponentsInParent(t)