mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
egg: Add properties to EggAnimPreload
This commit is contained in:
parent
3e1d4aa6b5
commit
339331c1ad
@ -37,6 +37,9 @@ PUBLISHED:
|
||||
INLINE bool has_num_frames() const;
|
||||
INLINE int get_num_frames() const;
|
||||
|
||||
MAKE_PROPERTY2(fps, has_fps, get_fps, set_fps, clear_fps);
|
||||
MAKE_PROPERTY2(num_frames, has_num_frames, get_num_frames, set_num_frames, clear_num_frames);
|
||||
|
||||
virtual void write(std::ostream &out, int indent_level) const;
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user