...

Text file src/github.com/google/flatbuffers/tests/MyGame/Example/Color.py

Documentation: github.com/google/flatbuffers/tests/MyGame/Example

     1# automatically generated by the FlatBuffers compiler, do not modify
     2
     3# namespace: Example
     4
     5# Composite components of Monster color.
     6class Color(object):
     7    Red = 1
     8    # \brief color Green
     9    # Green is bit_flag with value (1u << 1)
    10    Green = 2
    11    # \brief color Blue (1u << 3)
    12    Blue = 8

View as plain text