ComponentTypes.Remove_T_().md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.ComponentTypes

ComponentTypes.Remove() Method

Add the passed IComponent type T.

public void Remove<T>()
    where T : struct, Friflo.Engine.ECS.IComponent, System.ValueType, System.ValueType;

Type parameters

T

Contents

  1. 0.1Friflo.Engine.ECS.ComponentTypes
  2. 1ComponentTypes.Remove() Method