mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
pgraph: Make bounds_type
property writable
This commit is contained in:
parent
fb14c29525
commit
cd984732b7
@ -290,7 +290,7 @@ PUBLISHED:
|
|||||||
// bounding volumes.
|
// bounding volumes.
|
||||||
void set_bounds_type(BoundingVolume::BoundsType bounds_type);
|
void set_bounds_type(BoundingVolume::BoundsType bounds_type);
|
||||||
BoundingVolume::BoundsType get_bounds_type() const;
|
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_bounds(const BoundingVolume *volume);
|
||||||
void set_bound(const BoundingVolume *volume);
|
void set_bound(const BoundingVolume *volume);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user