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