Click or drag to resize

StrixReplicatorConnectionClosedBehaviour Enumeration

Describes what happens with the object when the connection is closed or when you leave the room.
This is only applicable if you are the owner of the object.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public enum StrixReplicatorConnectionClosedBehaviour
Members
  Member nameValueDescription
ChangeOwnership0 The object remains in the game but the ownership is transferred to another room member.
Delete1 The object is destroyed.
See Also