示例#1
0
 public static Offset <UISystemInfo> CreateUISystemInfo(FlatBufferBuilder builder,
                                                        int physicalCores = 0)
 {
     builder.StartObject(1);
     UISystemInfo.AddPhysicalCores(builder, physicalCores);
     return(UISystemInfo.EndUISystemInfo(builder));
 }
示例#2
0
 public static UISystemInfo GetRootAsUISystemInfo(ByteBuffer _bb, UISystemInfo obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }