| Init< TComponent > |
| Init< TComponent > |
| Init< TComponent, TArgument > |
| Init< TComponent, TFirstArgument, TSecondArgument > |
| Init< TComponent, TFirstArgument, TSecondArgument, TThirdArgument > |
| Init< TComponent, TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument > |
| Init< TComponent, TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument > |
| Init< TComponent, TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument, TSixthArgument > |
|
◆ Init< TComponent >() [1/2]
| static TComponent Sisus.Init.GameObjectT1Extensions.Init< TComponent > |
( |
this GameObject< TComponent > @ | this | ) |
|
|
static |
Initializes the added component without any arguments.
- Template Parameters
-
| TComponent | Type of the added component. |
- Parameters
-
| this | new GameObject being initialized. |
- Returns
- The initialized component.
|