| GameLiftManagerGameControllerAllClientsFinishedResolvingCloudAnchor Method |
Is called when all clients have finished resolving a cloud anchor
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void AllClientsFinishedResolvingCloudAnchor(
DataReceivedEventArgs _packet
)
Public Sub AllClientsFinishedResolvingCloudAnchor (
_packet As DataReceivedEventArgs
)
public:
void AllClientsFinishedResolvingCloudAnchor(
DataReceivedEventArgs^ _packet
)
member AllClientsFinishedResolvingCloudAnchor :
_packet : DataReceivedEventArgs -> unit
Parameters
- _packet
- Type: DataReceivedEventArgs
The packet containing any information about the cloud anchor that is needed
See Also