Enum NetworkObject.OwnershipLockActions
When passed as a parameter in SetOwnershipStatus(OwnershipStatus, bool, OwnershipLockActions), the following additional locking actions will occur:
- None: (default) No locking action
- SetAndLock: Will set the passed in flags and then lock the NetworkObject
- SetAndUnlock: Will set the passed in flags and then unlock the NetworkObject
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public enum NetworkObject.OwnershipLockActions
Fields
Name | Description |
---|---|
None | |
SetAndLock | |
SetAndUnlock |