mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
add get_bundles, get_bundle_handles
This commit is contained in:
parent
d8d0a6b29c
commit
1683962701
@ -53,7 +53,9 @@ public:
|
||||
PUBLISHED:
|
||||
INLINE int get_num_bundles() const;
|
||||
INLINE PartBundle *get_bundle(int n) const;
|
||||
MAKE_SEQ(get_bundles, get_num_bundles, get_bundle);
|
||||
INLINE PartBundleHandle *get_bundle_handle(int n) const;
|
||||
MAKE_SEQ(get_bundle_handles, get_num_bundles, get_bundle_handle);
|
||||
|
||||
protected:
|
||||
void add_bundle(PartBundle *bundle);
|
||||
|
Loading…
x
Reference in New Issue
Block a user