Contents

ownershipTransferMode

The entity’s transfer ownership mode.

Declaration

var ownershipTransferMode: SynchronizationComponent.OwnershipTransferMode

Discussion

By default, the transfer mode is SynchronizationComponent.OwnershipTransferMode.autoAccept. You can set it to SynchronizationComponent.OwnershipTransferMode.manual to require explicit confirmation of the request by your app.

See Also

Managing ownership