Exemple #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));
 }
Exemple #2
0
 public static void AddInfoType(FlatBufferBuilder builder, UIInfoType infoType)
 {
     builder.AddSbyte(0, (sbyte)infoType, 0);
 }