ComponentTypes.Has_T1_().md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.ComponentTypes

ComponentTypes.Has() Method

Return true if it contains the passed IComponent type T1.

public readonly bool Has<T1>()
    where T1 : struct, Friflo.Engine.ECS.IComponent, System.ValueType, System.ValueType;

Type parameters

T1

Returns

System.Boolean

Contents

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