Skip to content

SystemTarget.SetComponent(TComponent?)

SetComponent(TComponent?)

View source
public void SetComponent<TComponent>(TComponent? instance)
Sets the provided value as the component for type TComponent.

Parameters

instanceTComponent?
The component instance.