Exemple #1
0
 public static string CustomKeySelector_Id(TestRoot v, UnityEngine.TextAsset textAsset)
 {
     return(v.Id);
 }
Exemple #2
0
 public static string CustomKeySelector_AssetName(UnityEngine.TextAsset textAsset, TestRoot v)
 {
     return(textAsset.name);
 }
Exemple #3
0
 public static string CustomKeySelector_Id(TestRoot v)
 {
     return(v.Id);
 }