EntityName.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

EntityName Struct

Can be added to an Entity to provide a descriptive name for debugging or in an editor.

public struct EntityName :
Friflo.Engine.ECS.IComponent

Implements IComponent

Constructors
EntityName(string)
Fields
valueDescriptive entity name for debugging or in an editor.
Properties
Utf8
Methods
ToString()

Contents

  1. 0.1Friflo.Engine.ECS
  2. 1EntityName Struct