コード例 #1
0
ファイル: DataFilter.cs プロジェクト: treert/om.unity.xx
 internal bool IsAllowed(GameObject go)
 {
     return(Filter.Invoke(go));
 }