Exemple #1
0
 public static extern SU_RESULT SUEntityListSize(SUEntityListRef list, ref size_t count);
Exemple #2
0
 public static extern SU_RESULT SUEntityListBegin(SUEntityListRef list, ref SUEntityListIteratorRef iterator);
Exemple #3
0
 public static extern SU_RESULT SUEntityListCreate(out SUEntityListRef list);
Exemple #4
0
 public static extern SU_RESULT SUEntityListRelease(ref SUEntityListRef list);
Exemple #5
0
 public static extern SU_RESULT SUEntitiesEntityListFill(SUEntitiesRef entities, SURefType type, SUEntityListRef list);