MultiplayerManagerSendToBucket(Guid, Int32) Method

Synchronize a specific UID to all Users within a specific bucket.

Definition

Namespace: Alteruna.Multiplayer
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.1+a1176e08a0b4a6bfd8fefeddde6163a16d29e5ab
C#
public void SendToBucket(
	Guid uid,
	int bucketIndex
)

Parameters

uid  Guid
 
bucketIndex  Int32
The index of the bucket to synchronize the Synchronizable in.

See Also