com.onlineobject.objectnet Namespace

NetworkManager..::..GetNetworkPrefab Method

Retrieves a specific network prefab by its signature.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public GameObject GetNetworkPrefab(

	string prefabSignature

)

Parameters

prefabSignature
Type: String
The signature of the prefab to retrieve.

Return Value

The GameObject representing the network prefab, or null if not found.