...

Text file src/github.com/google/flatbuffers/tests/ts/my-game/example/color.ts

Documentation: github.com/google/flatbuffers/tests/ts/my-game/example

     1// automatically generated by the FlatBuffers compiler, do not modify
     2
     3/**
     4 * Composite components of Monster color.
     5 */
     6export enum Color {
     7  Red = 1,
     8
     9  /**
    10   * \brief color Green
    11   * Green is bit_flag with value (1u << 1)
    12   */
    13  Green = 2,
    14
    15  /**
    16   * \brief color Blue (1u << 3)
    17   */
    18  Blue = 8
    19}

View as plain text