CommunicationBridgeUIDTakeOwnership Method

Attempt to take ownership of this Synchronizable

Definition

Namespace: Alteruna.Multiplayer
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.1+a1176e08a0b4a6bfd8fefeddde6163a16d29e5ab
C#
public void TakeOwnership(
	bool singleAttempt = false
)

Parameters

singleAttempt  Boolean  (Optional)
Attempt to take ownership once, or get put in queue for when the current owner releases their ownership.

See Also