Click or drag to resize

StrixReplicatorInstantiableBy Enumeration

Describes who can instantiate the object.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public enum StrixReplicatorInstantiableBy
Members
  Member nameValueDescription
RoomOwner0 Only the room owner can instantiate the object.
Anyone1 Any room member can instantiate the object.
See Also