Example #1
0
 public static extern SU_RESULT SUEntityListIteratorIsInRange(SUEntityListIteratorRef iterator, ref bool in_range);
Example #2
0
 public static extern SU_RESULT SUEntityListIteratorNext(SUEntityListIteratorRef iterator);
Example #3
0
 public static extern SU_RESULT SUEntityListIteratorGetEntity(SUEntityListIteratorRef iterator, ref SUEntityRef entity);
Example #4
0
 public static extern SU_RESULT SUEntityListIteratorRelease(ref SUEntityListIteratorRef iterator);
Example #5
0
 public static extern SU_RESULT SUEntityListIteratorCreate(out SUEntityListIteratorRef iterator);
Example #6
0
 public static extern SU_RESULT SUEntityListBegin(SUEntityListRef list, ref SUEntityListIteratorRef iterator);