Пример #1
0
 internal static extern ServoResult InitWithGL(byte *url, byte *resources_path, HostCallbacks callbacks, ViewLayout.__Internal layout);
Пример #2
0
 internal static extern ServoResult Resize(ViewLayout.__Internal layout);
Пример #3
0
 private ViewLayout(void *native, bool skipVTables = false) : this()
 {
     __instance = *(global::ServoSharp.ViewLayout.__Internal *)native;
 }