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}
window.SDK.engine.{name}
This property returns the current engine version.
current engine version
The currently applicable SDK version
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}