IG::ComponentBaseInterface Class
The functionality described in this article is not available in the Community SDK edition.
You should upgrade to- Sim
SDK edition to use it.
You should upgrade to
Header: | #include <UnigineIG.h> |
All components that are required to work in IG should be inherited from this class. Its methods saveState() and restoreState() are used for ExtraSlaves only and should be overriden for synchroinization between the Syncker channels.
ComponentBaseInterface Class
Members
void saveState ( const BlobPtr & blob ) #
Saves the state of the component.Arguments
- const BlobPtr & blob
void restoreState ( const BlobPtr & blob ) #
Restores the state of the component.Arguments
- const BlobPtr & blob
Last update:
2020-11-24
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)