EntityComponent.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

EntityComponent Struct

An item in EntityComponents containing an entity IComponent.

public readonly struct EntityComponent
Properties
TypeReturn the System.Type of an entity component.
ValueProperty is mainly used to display a component value in the Debugger.
It has poor performance as is boxes the returned component.
Methods
ToString()

Contents

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