The InfoController is responsible for getting info on the engine, like version f.e. . Methods and properties inside this controller can be accessed by window.SDK.engine.{name}

Hierarchy

  • InfoController

Constructors

Properties

currentEngineVersion: string = engineInfo.current

This property returns the current engine version.

Returns

current engine version

currentSDKVersion: string = sdkInfo.version

Returns

The currently applicable SDK version

Generated using TypeDoc