TryGetComponentList

TryGetComponentList<TComponent>(out IList<TComponent>)

public bool TryGetComponentList<TComponent>(out IList<TComponent> value) ;

Description

Get the value of the ComponentList type.

Type Parameters

Type Parameter Name Description Type Constraints
TComponent Type of Component to get
  • Component

Parameters

Parameter Name Description
value Value.

Returns

Return true if the value can be obtained.