コード例 #1
0
ファイル: TagSystem.cs プロジェクト: raizam/minECS
 private static int TagToArrIdx(Tag tag)
 {
     return(BitUtils.BitPosition((uint)tag));
 }