Property is mainly used to display a component value in the Debugger.
It has poor performance as is boxes the returned component.
public object Value { get; }
To access a component use GetComponent<T>()
Property is mainly used to display a component value in the Debugger.
It has poor performance as is boxes the returned component.
public object Value { get; }
To access a component use GetComponent<T>()