Public Member Functions | |
| def | __init__ |
| def | Update |
| def | CheckAllFlags |
| def | CheckNotFlags |
| def | CheckFlags |
| def | CheckMinOneFlag |
Data Fields | |
| scene_sel_ | |
| current_flags_ | |
Static Public Attributes | |
| int | NO_SELECTION = 0 |
| int | HAS_ENTITY = 1 |
| int | HAS_VIEW = 2 |
| int | HAS_IMG = 4 |
| int | HAS_SURFACE = 8 |
| int | IS_ONE_TYPE = 16 |
| int | IS_MULTI_TYPE = 32 |
| int | SINGLE_SELECTION = 64 |
| int | MULTI_SELECTION = 128 |
Definition at line 33 of file scene_selection_helper.py.
| def __init__ | ( | self | ) |
Definition at line 46 of file scene_selection_helper.py.
| def CheckAllFlags | ( | self, | ||
| flags | ||||
| ) |
Definition at line 90 of file scene_selection_helper.py.
| def CheckFlags | ( | self, | ||
| flags | ||||
| ) |
Definition at line 98 of file scene_selection_helper.py.
| def CheckMinOneFlag | ( | self, | ||
| flags | ||||
| ) |
Definition at line 103 of file scene_selection_helper.py.
| def CheckNotFlags | ( | self, | ||
| flags | ||||
| ) |
Definition at line 95 of file scene_selection_helper.py.
| def Update | ( | self | ) |
Definition at line 53 of file scene_selection_helper.py.
Definition at line 50 of file scene_selection_helper.py.
int HAS_ENTITY = 1 [static] |
Definition at line 37 of file scene_selection_helper.py.
int HAS_IMG = 4 [static] |
Definition at line 39 of file scene_selection_helper.py.
int HAS_SURFACE = 8 [static] |
Definition at line 40 of file scene_selection_helper.py.
int HAS_VIEW = 2 [static] |
Definition at line 38 of file scene_selection_helper.py.
int IS_MULTI_TYPE = 32 [static] |
Definition at line 42 of file scene_selection_helper.py.
int IS_ONE_TYPE = 16 [static] |
Definition at line 41 of file scene_selection_helper.py.
int MULTI_SELECTION = 128 [static] |
Definition at line 44 of file scene_selection_helper.py.
int NO_SELECTION = 0 [static] |
Definition at line 36 of file scene_selection_helper.py.
Definition at line 49 of file scene_selection_helper.py.
int SINGLE_SELECTION = 64 [static] |
Definition at line 43 of file scene_selection_helper.py.
1.5.8