Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1015 Bytes

World.Set_T_(T).md

File metadata and controls

30 lines (19 loc) · 1015 Bytes

World.Set(T) Method

Sets the value of the component of type T on the current World.
This method is not thread safe.

public void Set<T>(in T component);

Type parameters

T

The type of the component.

Parameters

component T

The value of the component.

Exceptions

System.InvalidOperationException
Max number of component of type T reached.