StrixReplicator Fields |
The StrixReplicator type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConnectionClosedBehaviour |
Determines what happens with the object when the connection closes.
|
![]() | InstantiableBy |
Determines if this object can be instantiated only by the room's owner or by anyone.
This value should be set before spawning the object.
|
![]() | networkInstanceId |
Used to uniquely identify this object on the network.
|
![]() | objectType |
Strix object type. Used to determine the type of object to be created on the remote clients.
|
![]() | replica |
Replica object reference.
|
![]() | roomMember |
Information about the room member who owns this object.
|
![]() | sendRate |
Determines how often the synchronization of the variables is going to happen. (times per second)
|
![]() | strixBehaviours |
The list of all StrixBehaviours on this gameObject.
|
![]() | syncDestroy |
Determines if the local object should also be destroyed when it is destroyed on the owner's side.
|