Class DontSerializeForCommandAttribute
Add the attribute to prevent a field ICommandData struct to be serialized.
Inherited Members
Namespace: Unity.NetCode
Assembly: Unity.NetCode.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true)]
public class DontSerializeForCommandAttribute : Attribute