FFAxisDirection$json top-level constant
Implementation
@$core.Deprecated('Use fFAxisDirectionDescriptor instead')
const FFAxisDirection$json = {
'1': 'FFAxisDirection',
'2': [
{'1': 'FF_AXIS_DIRECTION_UNDEFINED', '2': 0},
{'1': 'FF_AXIS_DIRECTION_DOWN', '2': 1},
{'1': 'FF_AXIS_DIRECTION_UP', '2': 2},
{'1': 'FF_AXIS_DIRECTION_RIGHT', '2': 3},
{'1': 'FF_AXIS_DIRECTION_LEFT', '2': 4},
],
};