|
Panda3D
|
Variables | |
| str | ARG_NAME = '_arg_name' |
| str | ARG_NOLOADING = '_arg_noloading' |
| str | ARG_OBJ = '_arg_object' |
| str | ARG_PARENT = '_arg_parent' |
| str | ARG_VAL = '_arg_val' |
| int | FUNC_ARGS = 1 |
| int | FUNC_NAME = 0 |
| int | OBJ_ANIM = 4 |
| int | OBJ_DEF = 2 |
| int | OBJ_MODEL = 3 |
| int | OBJ_NP = 1 |
| int | OBJ_PROP = 5 |
| int | OBJ_RGBA = 6 |
| int | OBJ_UID = 0 |
| int | PROP_BLIND = 4 |
| int | PROP_BOOL = 1 |
| int | PROP_DATATYPE = 1 |
| int | PROP_DEFAULT = 3 |
| int | PROP_DYNAMIC_KEY = 5 |
| int | PROP_FLOAT = 2 |
| int | PROP_FUNC = 2 |
| int | PROP_INT = 0 |
| str | PROP_MODEL = '_PropModel' |
| int | PROP_RANGE = 4 |
| int | PROP_STR = 3 |
| int | PROP_TYPE = 0 |
| str | PROP_UI_BLIND = '_PropUIBlind' |
| str | PROP_UI_CHECK = '_PropUICheckBox' |
| str | PROP_UI_COMBO = '_PropUIComboBox' |
| str | PROP_UI_COMBO_DYNAMIC = '_PropUIComboBoxDynamic' |
| str | PROP_UI_ENTRY = '_PropUIEntry' |
| str | PROP_UI_RADIO = '_PropUIRadio' |
| str | PROP_UI_SLIDE = '_PropUISlider' |
| str | PROP_UI_SPIN = '_PropUISpinner' |
| str | PROP_UI_TIME = '_PropUITime' |
| int | RANGE_MAX = 1 |
| int | RANGE_MIN = 0 |
| int | RANGE_RATE = 2 |
| dict | TYPE_CONV = {PROP_INT: int, PROP_BOOL: bool, PROP_FLOAT: float, PROP_STR: str} |
This contains constants related with obj handling.
| str ARG_NAME = '_arg_name' |
| str ARG_NOLOADING = '_arg_noloading' |
| str ARG_OBJ = '_arg_object' |
| str ARG_PARENT = '_arg_parent' |
| str ARG_VAL = '_arg_val' |
| int FUNC_ARGS = 1 |
| int FUNC_NAME = 0 |
| int OBJ_ANIM = 4 |
| int OBJ_DEF = 2 |
| int OBJ_MODEL = 3 |
| int OBJ_NP = 1 |
| int OBJ_PROP = 5 |
| int OBJ_RGBA = 6 |
| int OBJ_UID = 0 |
| int PROP_BLIND = 4 |
| int PROP_BOOL = 1 |
| int PROP_DATATYPE = 1 |
| int PROP_DEFAULT = 3 |
| int PROP_DYNAMIC_KEY = 5 |
| int PROP_FLOAT = 2 |
| int PROP_FUNC = 2 |
| int PROP_INT = 0 |
| str PROP_MODEL = '_PropModel' |
| int PROP_RANGE = 4 |
| int PROP_STR = 3 |
| int PROP_TYPE = 0 |
| str PROP_UI_BLIND = '_PropUIBlind' |
| str PROP_UI_CHECK = '_PropUICheckBox' |
| str PROP_UI_COMBO = '_PropUIComboBox' |
| str PROP_UI_COMBO_DYNAMIC = '_PropUIComboBoxDynamic' |
| str PROP_UI_ENTRY = '_PropUIEntry' |
| str PROP_UI_RADIO = '_PropUIRadio' |
| str PROP_UI_SLIDE = '_PropUISlider' |
| str PROP_UI_SPIN = '_PropUISpinner' |
| str PROP_UI_TIME = '_PropUITime' |
| int RANGE_MAX = 1 |
| int RANGE_MIN = 0 |
| int RANGE_RATE = 2 |
| dict TYPE_CONV = {PROP_INT: int, PROP_BOOL: bool, PROP_FLOAT: float, PROP_STR: str} |