Instantiate
constructor in Coherence.Test.Instantiate
Constructors
public Instantiate(Client client, string prefabName, string entityName, Vector3? pos = null, Quaternion? rot = null, string tag = "", int lineNumber = 0)
Parameters
| Type | Name | Description | 
|---|---|---|
| Client | client | |
| string | prefabName | |
| string | entityName | |
| Vector3? | pos | |
| Quaternion? | rot | |
| string | tag | |
| int | lineNumber | 
public Instantiate(string prefabName, string entityName, Vector3? pos = null, Quaternion? rot = null, string tag = "", int lineNumber = 0)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | prefabName | |
| string | entityName | |
| Vector3? | pos | |
| Quaternion? | rot | |
| string | tag | |
| int | lineNumber |