com.onlineobject.objectnet Namespace

NetworkInstantiateDetection..::..IsSamePrefabOrigin Method

Checks if the provided NetworkInstantiateDetection has the same prefab signature as this instance.

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

Syntax


public bool IsSamePrefabOrigin(

	NetworkInstantiateDetection compared

)

Parameters

compared
Type: com.onlineobject.objectnet..::..NetworkInstantiateDetection
The NetworkInstantiateDetection to compare with.

Return Value

True if both instances have the same prefab signature; otherwise, false.