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