Enum EntityFlags
Namespace: LiteEntitySystem
Assembly: LiteEntitySystem.dll
Syntax
[Flags]
public enum EntityFlags
Fields
Name | Description |
---|---|
OnlyForOwner | Sync entity only for owner player |
UpdateOnClient | Update entity on client even when entity isn't owned |
Updateable | Update entity on server and on client if entity is owned |