Method AddComponentToRecord
AddComponentToRecord(Type)
Adds a Component to record from the GameObject.
Declaration
public void AddComponentToRecord(Type componentType)
Parameters
Type | Name | Description |
---|---|---|
Type | componentType | The type of the Component. |