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