Property Manager. More...
#include <pyfbsdk_generated.h>

Public Member Functions | |
| FBPropertyManager () | |
| Constructor. | |
| FBProperty | Find (str pPropertyName, bool pMultilangLookup=True) |
| Find a property, based on its name. | |
| FindPropertiesByName (str pPropertyNamePattern, FBArrayTemplate< FB > pPropList, bool pMultilangLookup=True) | |
| This function will query the property list for properties fulfilling a particular name pattern. | |
Property Manager.
The property manager exists in all FBComponent objects, and contains an array of all the registered properties. These properties may be SDK properties, internal properties or both.
Constructor.
| FBProperty Find | ( | str | pPropertyName, |
| bool | pMultilangLookup = True |
||
| ) |
Find a property, based on its name.
| pPropertyName | Name of property to look for. |
| pMultilangLookup | When searching, indicate if the name lookup should also be done on the property name as shown in the GUI. (default = true) |
| FindPropertiesByName | ( | str | pPropertyNamePattern, |
| FBArrayTemplate< FB > | pPropList, | ||
| bool | pMultilangLookup = True |
||
| ) |
This function will query the property list for properties fulfilling a particular name pattern.
| pPropertyNamePattern | Indicate the name pattern to search. This pattern can contain any amount of *. (ex: *tr*mod*scene ) |
| pPropList | List that contains the resulting properties matching the pattern |
| pMultilangLookup | When searching, indicate if the name lookup should also be done on the property name as shown in the GUI. (default = true) |