Monobit Unity Networking ver.2.8.0 Client API Reference
MonobitEngine.IMunPrefabPool Interface Reference

IMunPrefabPoolインターフェース More...

Public Member Functions

GameObject Instantiate (string prefabId, Vector3 position, Quaternion rotation)
 プレハブを新しくインスタンス生成する際に呼ばれます。 More...
 
void Destroy (GameObject gameObject)
 プレハブのインスタンスを破棄する More...
 

Detailed Description

IMunPrefabPoolインターフェース

Member Function Documentation

void MonobitEngine.IMunPrefabPool.Destroy ( GameObject  gameObject)

プレハブのインスタンスを破棄する

Parameters
gameObject破棄されるインスタンス
GameObject MonobitEngine.IMunPrefabPool.Instantiate ( string  prefabId,
Vector3  position,
Quaternion  rotation 
)

プレハブを新しくインスタンス生成する際に呼ばれます。

Parameters
prefabIdプレハブID
positionインスタンス生成時に適用する位置情報
rotationインスタンス生成時に適用する回転情報
Returns
新しく生成されたインスタンスを返します。

The documentation for this interface was generated from the following file: