Table of Contents

Class NetSyncAttribute

Namespace
AO
Assembly
CoreAssembly.dll

Mark a component member as network-serialized. If the component's entity is networked, this will automatically serialize and broadcast the value from the server to the client every frame on an unreliable channel.

[AttributeUsage(AttributeTargets.Field)]
public class NetSyncAttribute : Attribute
Inheritance
NetSyncAttribute
Inherited Members
Extension Methods