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