TagNameAttribute.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

TagNameAttribute Class

Assign a custom tag name used for JSON serialization for annotated structs implementing ITag.

public sealed class TagNameAttribute : System.Attribute

Inheritance System.Object ๐Ÿก’ System.Attribute ๐Ÿก’ TagNameAttribute

Remarks

This enables changing a struct name in code without changing the JSON serialization format.

Constructors
TagNameAttribute(string)

Contents

  1. 0.1Friflo.Engine.ECS
  2. 1TagNameAttribute Class
  3. 1.1Remarks