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