![]() |
SCENE C++ API
2.0.31
|
Configuration for complete Standalone Context configuration allows chaining e.g. More...
#include <lsstandaloneconfig.h>
Public Member Functions | |
STANDALONE_API_EXPORT | LSStandaloneConfig () |
Default constructor yields logging disabled and no license key change configuration by using setters. | |
STANDALONE_API_EXPORT LSStandaloneConfig & | setLicenseKey (LSString const &licenseKey) |
set API key to unlock extended functionality, e.g. More... | |
STANDALONE_API_EXPORT LSStandaloneConfig & | setLoggingEnabled (bool const loggingEnabled) |
set loggingEnabled true to enable logging More... | |
Configuration for complete Standalone Context configuration allows chaining e.g.
LSStandaloneConfig{}.setLicenceKey(key).setLoggingEnabled(true)
STANDALONE_API_EXPORT LSStandaloneConfig& setLicenseKey | ( | LSString const & | licenseKey | ) |
set API key to unlock extended functionality, e.g.
registration
licenceKey |
STANDALONE_API_EXPORT LSStandaloneConfig& setLoggingEnabled | ( | bool const | loggingEnabled | ) |
set loggingEnabled true to enable logging
loggingEnabled |