The following are flags used to describe how to save controllers and max objects to BIP files. More...
Enumerations |
|
| enum | { kSAVE_NONE = 0, kSAVE_AUTOMATIC = 1, kSAVE_SPECIFIED = 2 } |
The following are flags used to describe how to save controllers and max objects to BIP files.
anonymous enum [inherited] |
| kSAVE_NONE |
Nothing will be saved. |
| kSAVE_AUTOMATIC |
Only automatically computed items will be saved. |
| kSAVE_SPECIFIED |
Only the items specified in the array associated with this parameter will be saved. |
{
kSAVE_NONE=0,
kSAVE_AUTOMATIC=1,
kSAVE_SPECIFIED=2
};