Vector3$json top-level constant
- @Deprecated('Use vector3Descriptor instead')
Implementation
@$core.Deprecated('Use vector3Descriptor instead')
const Vector3$json = {
'1': 'Vector3',
'2': [
{'1': 'x', '3': 1, '4': 1, '5': 1, '10': 'x'},
{'1': 'y', '3': 2, '4': 1, '5': 1, '10': 'y'},
{'1': 'z', '3': 3, '4': 1, '5': 1, '10': 'z'},
],
};