| 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, TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument, TSixthArgument >()
| static TComponent Sisus.Init.GameObjectT1Extensions.Init< TComponent, TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument, TSixthArgument > |
( |
this GameObject< TComponent > @ | this, |
|
|
TFirstArgument | firstArgument, |
|
|
TSecondArgument | secondArgument, |
|
|
TThirdArgument | thirdArgument, |
|
|
TFourthArgument | fourthArgument, |
|
|
TFifthArgument | fifthArgument, |
|
|
TSixthArgument | sixthArgument ) |
|
static |
Initializes the added component with six arguments.
- Template Parameters
-
| TComponent | Type of the added component. |
| TFirstArgument | Type of the first argument. |
| TSecondArgument | Type of the second argument. |
| TThirdArgument | Type of the third argument. |
| TFourthArgument | Type of the fourth argument. |
| TFifthArgument | Type of the fifth argument. |
| TSixthArgument | Type of the sixth argument. |
- Parameters
-
| this | new GameObject being initialized. |
| firstArgument | The first argument passed to the added component's Init function. |
| secondArgument | The second argument passed to the added component's Init function. |
| thirdArgument | The third argument passed to the added component's Init function. |
| fourthArgument | The fourth argument passed to the added component's Init function. |
| fifthArgument | The fifth argument passed to the added component's Init function. |
| sixthArgument | The sixth argument passed to the added component's Init function. |
- Returns
- The initialized component.
- Exceptions
-
- Type Constraints
-
| TComponent | : | Component | |
| TComponent | : | IArgs | |
| TComponent | : | TFirstArgument | |
| TComponent | : | TSecondArgument | |
| TComponent | : | TThirdArgument | |
| TComponent | : | TFourthArgument | |
| TComponent | : | TFifthArgument | |
| TComponent | : | TSixthArgument | |
|