Exemplo n.º 1
0
 public static Offset<Notify_Update> CreateNotify_Update(FlatBufferBuilder builder,
     StringOffset entity_idOffset = default(StringOffset),
     UpdateType update_data_type = UpdateType.NONE,
     int update_dataOffset = 0) {
   builder.StartObject(3);
   Notify_Update.AddUpdateData(builder, update_dataOffset);
   Notify_Update.AddEntityId(builder, entity_idOffset);
   Notify_Update.AddUpdateDataType(builder, update_data_type);
   return Notify_Update.EndNotify_Update(builder);
 }
Exemplo n.º 2
0
 public static Notify_Update GetRootAsNotify_Update(ByteBuffer _bb, Notify_Update obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }