Method GetCopyOf
GetCopyOf<T>(Component, T)
Declaration
public static T GetCopyOf<T>(this Component comp, T other) where T : Component
Parameters
| Type | Name | Description |
|---|---|---|
| Component | comp | |
| T | other |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |