Exemplo n.º 1
0
 public static Offset <UIStaticInfoRecord> CreateUIStaticInfoRecord(FlatBufferBuilder builder,
                                                                    UIInfoType infoType = UIInfoType.GRAPH_STRUCTURE)
 {
     builder.StartObject(1);
     UIStaticInfoRecord.AddInfoType(builder, infoType);
     return(UIStaticInfoRecord.EndUIStaticInfoRecord(builder));
 }
Exemplo n.º 2
0
 public static UIStaticInfoRecord GetRootAsUIStaticInfoRecord(ByteBuffer _bb, UIStaticInfoRecord obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }