12 lines
216 B
Python
12 lines
216 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class ScenarioZoomAnchors(object):
|
|
Center = 0
|
|
LeftTop = 1
|
|
LeftBottom = 2
|
|
RightTop = 3
|
|
RightBottom = 4
|
|
|