mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
prc: Add properties to ConfigPageManager
This commit is contained in:
parent
642f4a4e55
commit
c89631488b
@ -63,6 +63,16 @@ PUBLISHED:
|
|||||||
|
|
||||||
static ConfigPageManager *get_global_ptr();
|
static ConfigPageManager *get_global_ptr();
|
||||||
|
|
||||||
|
PUBLISHED:
|
||||||
|
MAKE_PROPERTY(search_path, get_search_path);
|
||||||
|
|
||||||
|
MAKE_SEQ_PROPERTY(prc_patterns, get_num_prc_patterns, get_prc_pattern);
|
||||||
|
MAKE_SEQ_PROPERTY(prc_encrypted_patterns, get_num_prc_encrypted_patterns, get_prc_encrypted_pattern);
|
||||||
|
MAKE_SEQ_PROPERTY(prc_executable_patterns, get_num_prc_executable_patterns, get_prc_executable_pattern);
|
||||||
|
|
||||||
|
MAKE_SEQ_PROPERTY(implicit_pages, get_num_implicit_pages, get_implicit_page);
|
||||||
|
MAKE_SEQ_PROPERTY(explicit_pages, get_num_explicit_pages, get_explicit_page);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
INLINE void mark_unsorted();
|
INLINE void mark_unsorted();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user