Unigine.Plugins.SpiderVision.GroupData Class
This class stores the settings for the group of viewport arranged according to a predefined pattern.
The color correction data are stored in the configuration file.
This object is accessible via the corresponding method of the DisplaysConfig class.
GroupData Class
Enums
GROUP_TYPE#
Name | Description |
---|---|
WALL = 0 | Wall multi-channel visualization configuration. |
Properties
int ID#
The ID of the viewport group.
GroupData.GROUP_TYPE Type#
The type of the viewport group.
string Name#
The name of the viewport group.
Members
void SaveXml ( Xml xml ) #
Saves the viewport group data to the given instance of the Xml class.Arguments
bool RestoreXml ( Xml xml ) #
Loads the viewport group data from the specified instance of the Xml class.Arguments
Return value
true if the data has been loaded successfully, otherwise false.void Save ( Stream stream ) #
Saves the viewport group data to the specified stream.Arguments
- Stream stream - Stream to which the data is to be written.
void Restore ( Stream stream ) #
Loads the viewport group data from the specified stream.Arguments
- Stream stream - Stream the data from which is to be loaded.
Last update:
2024-07-12
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)