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