示例#1
0
 public static Offset <Dragapult.Models.PokemonCatalogEntryAnimationConfig> CreatePokemonCatalogEntryAnimationConfig(FlatBufferBuilder builder,
                                                                                                                     StringOffset NameOffset = default(StringOffset),
                                                                                                                     StringOffset PathOffset = default(StringOffset))
 {
     builder.StartTable(2);
     PokemonCatalogEntryAnimationConfig.AddPath(builder, PathOffset);
     PokemonCatalogEntryAnimationConfig.AddName(builder, NameOffset);
     return(PokemonCatalogEntryAnimationConfig.EndPokemonCatalogEntryAnimationConfig(builder));
 }
示例#2
0
 public static PokemonCatalogEntryAnimationConfig GetRootAsPokemonCatalogEntryAnimationConfig(ByteBuffer _bb, PokemonCatalogEntryAnimationConfig obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }