RawEntityStore.RemoveEntityComponent_T_(int).md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.RawEntityStore

RawEntityStore.RemoveEntityComponent(int) Method

public bool RemoveEntityComponent<T>(int id)
    where T : struct, Friflo.Engine.ECS.IComponent, System.ValueType, System.ValueType;

Type parameters

T

Parameters

id System.Int32

Returns

System.Boolean

Contents

  1. 0.1Friflo.Engine.ECS.RawEntityStore
  2. 1RawEntityStore.RemoveEntityComponent(int) Method