예제 #1
0
 public static extern NativeApi Find(string name, NativeApiType type);
예제 #2
0
 public static extern string GetDefaultName(NativeApiType type);
예제 #3
0
 public static object GetDefaultFromCreator(NativeApiType apiType) => NativeApi.defaultCreators.Contains(apiType) ? ((DefaultCreator)NativeApi.defaultCreators[apiType])?.Invoke() : null;