Init(args)
Scripting Reference
Loading...
Searching...
No Matches

◆ Init2< TFirstComponent, TSecondComponent >() [1/3]

static Components< TFirstComponent, TSecondComponent > Sisus.Init.GameObjectT2Extensions.Init2< TFirstComponent, TSecondComponent > ( this UninitializedGameObject< TFirstComponent, TSecondComponent > @ this)
static

Initialize the second added component of type TSecondComponent without any arguments.

Template Parameters
TFirstComponentType of the first added component.
TSecondComponentType of the second added component.
Parameters
thisnew GameObject being initialized.
Returns
Created object which can be cast to GameObject, TFirstComponent , TSecondComponent or System.ValueTuple<TFirstComponent, TSecondComponent>.
Type Constraints
TFirstComponent :Component 
TSecondComponent :Component