UNPKG

larksr_websdk

Version:

Larksr websdk. Easy to build a cloud render client for larksr system or ue4 pixelstreaming.docs: https://paraversetechnology.github.io/en/webclient_sdk/

15 lines (14 loc) 444 B
import Message from './message'; import GestureIns from './gesture_ins'; import UI from './ui'; export default class LocalizationLoader { private static mLanguageCode; private static mMessage; private static mGestureIns; private static mUI; static getPrePath(): string; static init(code: string): void; static get message(): Message; static get gestureIns(): GestureIns; static get ui(): UI; }