This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
v1.1.0
New Features:
- added support for parsing multiple user bounding box tags #45
Breaking Changes:
- the
userBoundingBox
parameter is now calleduserBoundingBoxes
to reflect that there can be more than one user bounding box- e.g.
nml.parameters.userBoundingBoxes
- the default value is an empty list
[]
- the new type signature for the attribute is
List[Vector6[int]]
- e.g.