Enum AttachableBehaviour.AutoDetachTypes
Flags to determine if the AttachableBehaviour will automatically detach.
Namespace: Unity.Netcode.Components
Assembly: Unity.Netcode.Runtime.dll
Syntax
[Flags]
public enum AttachableBehaviour.AutoDetachTypes
Fields
| Name | Description |
|---|---|
| None | Disables auto detach. |
| OnAttachNodeDestroy | Detach on destroy. |
| OnDespawn | Detach on despawn. |
| OnOwnershipChange | Detach on ownership change. |