pgraph: Make bounds_type property writable

This commit is contained in:
rdb 2022-12-10 19:38:11 +01:00
parent fb14c29525
commit cd984732b7

View File

@ -290,7 +290,7 @@ PUBLISHED:
// bounding volumes.
void set_bounds_type(BoundingVolume::BoundsType bounds_type);
BoundingVolume::BoundsType get_bounds_type() const;
MAKE_PROPERTY(bounds_type, get_bounds_type);
MAKE_PROPERTY(bounds_type, get_bounds_type, set_bounds_type);
void set_bounds(const BoundingVolume *volume);
void set_bound(const BoundingVolume *volume);