SCENE C++ API  2.1.0
Public Member Functions | List of all members
LSStandaloneConfig Class Reference

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 LSStandaloneConfigsetLicenseKey (LSString const &licenseKey)
 set API key to unlock extended functionality, e.g. More...
 
STANDALONE_API_EXPORT LSStandaloneConfigsetLoggingEnabled (bool const loggingEnabled)
 set loggingEnabled true to enable logging More...
 

Detailed Description

Configuration for complete Standalone Context configuration allows chaining e.g.

LSStandaloneConfig{}.setLicenceKey(key).setLoggingEnabled(true)

Version
SCENE API 2.0.32

Member Function Documentation

◆ setLicenseKey()

STANDALONE_API_EXPORT LSStandaloneConfig& setLicenseKey ( LSString const &  licenseKey)

set API key to unlock extended functionality, e.g.

registration

Parameters
licenceKey

◆ setLoggingEnabled()

STANDALONE_API_EXPORT LSStandaloneConfig& setLoggingEnabled ( bool const  loggingEnabled)

set loggingEnabled true to enable logging

Parameters
loggingEnabled