TransferCloudService
method in Coherence.Toolkit.CoherenceBridge
Methods
public static void TransferCloudService(CoherenceBridge from, CoherenceBridge to)
Remove the CloudService from one bridge and transfer it to another one.
When this method returns from's CloudService will be null.
This method can be used to transfer the CloudService from a bridge that is about to be destroyed to another one, for example during a scene transition.
Parameters
Type | Name | Description |
---|---|---|
CoherenceBridge | from | The bridge from which the CloudService will be removed. |
CoherenceBridge | to | The bridge to which the CloudService will be transferred. |