Enum NetworkAnimator.AuthorityModes
Determines if the server or client owner pushes animation state updates.
Namespace: Unity.Netcode.Components
Assembly: Unity.Netcode.Runtime.dll
Syntax
public enum NetworkAnimator.AuthorityModes
Fields
| Name | Description |
|---|---|
| Owner | Client owner pushes animator state updates. |
| Server | Server pushes animator state updates. |