Метод | Описание | |
---|---|---|
GetInstance ( Vector3 position = newVector3() ) : Transform | ||
GetPool ( string name ) : GameObjectPool, | ||
ReleaseInstance ( Transform instance ) : void |
Метод | Описание | |
---|---|---|
Awake ( ) : void | ||
InitializeInstance ( Transform instance ) : void |
public GetInstance ( Vector3 position = newVector3() ) : Transform | ||
position | Vector3 | |
Результат | Transform |
public static GetPool ( string name ) : GameObjectPool, | ||
name | string | |
Результат | GameObjectPool, |
public ReleaseInstance ( Transform instance ) : void | ||
instance | Transform | |
Результат | void |