Struct OpaqueComponentId
Contains the id of a component
public readonly ref struct OpaqueComponentId
  - Inherited Members
 
Constructors
OpaqueComponentId(EntityComponent)
public OpaqueComponentId(EntityComponent component)
  Parameters
componentEntityComponent
OpaqueComponentId(int)
public OpaqueComponentId(int id)
  Parameters
idint
Methods
Match(EntityComponent)
public bool Match(EntityComponent component)
  Parameters
componentEntityComponent
Returns
Match(ISet<int>)
public bool Match(ISet<int> otherIds)
  Parameters
Returns
Match(int)
public bool Match(int otherId)
  Parameters
otherIdint
Returns
Match<T>(IDictionary<int, T>, out T)
public bool Match<T>(IDictionary<int, T> otherIds, out T value)
  Parameters
otherIdsIDictionary<int, T>valueT
Returns
Type Parameters
T