SmartEngine  1.6.0
Static Public Member Functions | Public Attributes | List of all members
SmartEngine.License Class Reference

License object More...

Inheritance diagram for SmartEngine.License:

Static Public Member Functions

static unsafe void LoadDefaultLicense ()
 Loads the default license from disk. Automatically called when creating a context. More...
 
static unsafe void SetSmartEngineLicense (byte[] data)
 Loads a license from a license file blob. Call this before creating a context if you want to load a license from other than the default location. More...
 

Public Attributes

byte[] Data
 

Detailed Description

License object

Member Function Documentation

◆ LoadDefaultLicense()

static unsafe void SmartEngine.License.LoadDefaultLicense ( )
static

Loads the default license from disk. Automatically called when creating a context.

◆ SetSmartEngineLicense()

static unsafe void SmartEngine.License.SetSmartEngineLicense ( byte[]  data)
static

Loads a license from a license file blob. Call this before creating a context if you want to load a license from other than the default location.

Parameters
data