Example #1
0
 public static IComponent Get(this IComponentDatabase componentDatabase, int allocationIndex, int componentTypeId)
 {
     return(componentDatabase.Get <IComponent>(componentTypeId, allocationIndex));
 }