The following are flags used to describe how to load controllers and max objects from BIP files.
More...
The following are flags used to describe how to load controllers and max objects from BIP files.
◆ anonymous enum
Enumerator |
---|
kLOAD_NONE | Nothing will be loaded.
|
kLOAD_ALL | All items in the file will be loaded.
|
kLOAD_SPECIFIED | Only the items specified in the array associated with this parameter and existing in the file will be loaded.
|
56 {
60 };
@ kLOAD_ALL
All items in the file will be loaded.
Definition: Biped10Api.h:58
@ kLOAD_NONE
Nothing will be loaded.
Definition: Biped10Api.h:57
@ kLOAD_SPECIFIED
Only the items specified in the array associated with this parameter and existing in the file will be...
Definition: Biped10Api.h:59