SYMBOL INDEX (1844 symbols across 50 files) FILE: build/cubism2/LAppLive2DManager.d.ts class LAppLive2DManager (line 2) | class LAppLive2DManager { FILE: build/cubism2/LAppLive2DManager.js class LAppLive2DManager (line 6) | class LAppLive2DManager { method constructor (line 7) | constructor() { method getModel (line 13) | getModel() { method releaseModel (line 16) | releaseModel(gl) { method changeModel (line 22) | async changeModel(gl, modelSettingPath) { method changeModelWithJSON (line 39) | async changeModelWithJSON(gl, modelSettingPath, modelSetting) { method setDrag (line 52) | setDrag(x, y) { method maxScaleEvent (line 57) | maxScaleEvent() { method minScaleEvent (line 63) | minScaleEvent() { method tapEvent (line 69) | tapEvent(x, y) { FILE: build/cubism2/LAppModel.d.ts class LAppModel (line 2) | class LAppModel extends L2DBaseModel { FILE: build/cubism2/LAppModel.js class LAppModel (line 6) | class LAppModel extends L2DBaseModel { method constructor (line 7) | constructor() { method loadJSON (line 13) | loadJSON(callback) { method loadModelSetting (line 91) | async loadModelSetting(modelSettingPath, modelSetting) { method load (line 99) | load(gl, modelSettingPath, callback) { method release (line 108) | release(gl) { method preloadMotionGroup (line 112) | preloadMotionGroup(name) { method update (line 121) | update() { method setRandomExpression (line 167) | setRandomExpression() { method startRandomMotion (line 175) | startRandomMotion(name, priority) { method startMotion (line 180) | startMotion(name, no, priority) { method setFadeInFadeOut (line 204) | setFadeInFadeOut(name, no, priority, motion) { method setExpression (line 221) | setExpression(name) { method draw (line 227) | draw(gl) { method hitTest (line 235) | hitTest(id, testX, testY) { FILE: build/cubism2/Live2DFramework.d.ts class L2DBaseModel (line 1) | class L2DBaseModel { class L2DViewMatrix (line 46) | class L2DViewMatrix extends L2DMatrix44 { class L2DEyeBlink (line 76) | class L2DEyeBlink { class Live2DFramework (line 92) | class Live2DFramework { class L2DMatrix44 (line 99) | class L2DMatrix44 { class L2DTargetPoint (line 119) | class L2DTargetPoint { class L2DModelMatrix (line 136) | class L2DModelMatrix extends L2DMatrix44 { class L2DPhysics (line 153) | class L2DPhysics { class L2DPose (line 159) | class L2DPose { class L2DMotionManager (line 169) | class L2DMotionManager { FILE: build/cubism2/Live2DFramework.js class L2DBaseModel (line 2) | class L2DBaseModel { method constructor (line 3) | constructor() { method getModelMatrix (line 27) | getModelMatrix() { method setAlpha (line 30) | setAlpha(a) { method getAlpha (line 37) | getAlpha() { method isInitialized (line 40) | isInitialized() { method setInitialized (line 43) | setInitialized(v) { method isUpdating (line 46) | isUpdating() { method setUpdating (line 49) | setUpdating(v) { method getLive2DModel (line 52) | getLive2DModel() { method setLipSync (line 55) | setLipSync(v) { method setLipSyncValue (line 58) | setLipSyncValue(v) { method setAccel (line 61) | setAccel(x, y, z) { method setDrag (line 66) | setDrag(x, y) { method getMainMotionManager (line 70) | getMainMotionManager() { method getExpressionManager (line 73) | getExpressionManager() { method loadModelData (line 76) | loadModelData(path, callback) { method loadTexture (line 93) | loadTexture(no, path, callback) { method loadMotion (line 105) | loadMotion(name, path, callback) { method loadExpression (line 117) | loadExpression(name, path, callback) { method loadPose (line 128) | loadPose(path, callback) { method loadPhysics (line 142) | loadPhysics(path) { method hitTestSimple (line 154) | hitTestSimple(drawID, testX, testY) { class L2DExpressionMotion (line 181) | class L2DExpressionMotion extends AMotion { method constructor (line 182) | constructor() { method loadJson (line 186) | static loadJson(buf) { method updateParamExe (line 234) | updateParamExe(model, timeMSec, weight, motionQueueEnt) { function L2DExpressionParam (line 253) | function L2DExpressionParam() { class L2DEyeBlink (line 258) | class L2DEyeBlink { method constructor (line 259) | constructor() { method calcNextBlink (line 272) | calcNextBlink() { method setInterval (line 277) | setInterval(blinkIntervalMsec) { method setEyeMotion (line 280) | setEyeMotion(closingMotionMsec, closedMotionMsec, openingMotionMsec) { method updateParam (line 285) | updateParam(model) { class L2DMatrix44 (line 342) | class L2DMatrix44 { method constructor (line 343) | constructor() { method mul (line 347) | static mul(a, b, dst) { method identity (line 362) | identity() { method getArray (line 366) | getArray() { method getCopyMatrix (line 369) | getCopyMatrix() { method setMatrix (line 372) | setMatrix(tr) { method getScaleX (line 378) | getScaleX() { method getScaleY (line 381) | getScaleY() { method transformX (line 384) | transformX(src) { method transformY (line 387) | transformY(src) { method invertTransformX (line 390) | invertTransformX(src) { method invertTransformY (line 393) | invertTransformY(src) { method multTranslate (line 396) | multTranslate(shiftX, shiftY) { method translate (line 400) | translate(x, y) { method translateX (line 404) | translateX(x) { method translateY (line 407) | translateY(y) { method multScale (line 410) | multScale(scaleX, scaleY) { method scale (line 414) | scale(scaleX, scaleY) { class L2DModelMatrix (line 419) | class L2DModelMatrix extends L2DMatrix44 { method constructor (line 420) | constructor(w, h) { method setPosition (line 425) | setPosition(x, y) { method setCenterPosition (line 428) | setCenterPosition(x, y) { method top (line 433) | top(y) { method bottom (line 436) | bottom(y) { method left (line 440) | left(x) { method right (line 443) | right(x) { method centerX (line 447) | centerX(x) { method centerY (line 451) | centerY(y) { method setX (line 455) | setX(x) { method setY (line 458) | setY(y) { method setHeight (line 461) | setHeight(h) { method setWidth (line 466) | setWidth(w) { class L2DMotionManager (line 472) | class L2DMotionManager extends MotionQueueManager { method constructor (line 473) | constructor() { method getCurrentPriority (line 479) | getCurrentPriority() { method getReservePriority (line 482) | getReservePriority() { method reserveMotion (line 485) | reserveMotion(priority) { method setReservePriority (line 495) | setReservePriority(val) { method updateParam (line 498) | updateParam(model) { method startMotionPrio (line 505) | startMotionPrio(motion, priority) { class L2DPhysics (line 513) | class L2DPhysics { method constructor (line 514) | constructor() { method load (line 518) | static load(buf) { method updateParam (line 579) | updateParam(model) { class L2DPose (line 586) | class L2DPose { method constructor (line 587) | constructor() { method load (line 592) | static load(buf) { method updateParam (line 621) | updateParam(model) { method initParam (line 638) | initParam(model) { method normalizePartsOpacityGroup (line 660) | normalizePartsOpacityGroup(model, partsGroup, deltaTimeSec) { method copyOpacityOtherParts (line 714) | copyOpacityOtherParts(model, partsGroup) { class L2DPartsParam (line 731) | class L2DPartsParam { method constructor (line 732) | constructor(id) { method initIndex (line 738) | initIndex(model) { class L2DTargetPoint (line 744) | class L2DTargetPoint { method constructor (line 745) | constructor() { method setPoint (line 755) | setPoint(x, y) { method getX (line 759) | getX() { method getY (line 762) | getY() { method update (line 765) | update() { class L2DViewMatrix (line 809) | class L2DViewMatrix extends L2DMatrix44 { method constructor (line 810) | constructor() { method getMaxScale (line 823) | getMaxScale() { method getMinScale (line 826) | getMinScale() { method setMaxScale (line 829) | setMaxScale(v) { method setMinScale (line 832) | setMinScale(v) { method isMaxScale (line 835) | isMaxScale() { method isMinScale (line 838) | isMinScale() { method adjustTranslate (line 841) | adjustTranslate(shiftX, shiftY) { method adjustScale (line 854) | adjustScale(cx, cy, scale) { method setScreenRect (line 871) | setScreenRect(left, right, bottom, top) { method setMaxScreenRect (line 877) | setMaxScreenRect(left, right, bottom, top) { method getScreenLeft (line 883) | getScreenLeft() { method getScreenRight (line 886) | getScreenRight() { method getScreenBottom (line 889) | getScreenBottom() { method getScreenTop (line 892) | getScreenTop() { method getMaxLeft (line 895) | getMaxLeft() { method getMaxRight (line 898) | getMaxRight() { method getMaxBottom (line 901) | getMaxBottom() { method getMaxTop (line 904) | getMaxTop() { class Live2DFramework (line 908) | class Live2DFramework { method getPlatformManager (line 909) | static getPlatformManager() { method setPlatformManager (line 912) | static setPlatformManager(platformManager) { FILE: build/cubism2/PlatformManager.d.ts class PlatformManager (line 2) | class PlatformManager { FILE: build/cubism2/PlatformManager.js class PlatformManager (line 2) | class PlatformManager { method constructor (line 3) | constructor() { method loadBytes (line 6) | loadBytes(path, callback) { method loadLive2DModel (line 17) | loadLive2DModel(path, callback) { method loadTexture (line 24) | loadTexture(model, no, path, callback) { method jsonParseFromBytes (line 55) | jsonParseFromBytes(buf) { FILE: build/cubism2/index.d.ts class Cubism2Model (line 2) | class Cubism2Model { FILE: build/cubism2/index.js function normalizePoint (line 6) | function normalizePoint(x, y, x0, y0, w, h) { class Cubism2Model (line 27) | class Cubism2Model { method constructor (line 28) | constructor() { method initL2dCanvas (line 41) | initL2dCanvas(canvasId) { method init (line 54) | async init(canvasId, modelSettingPath, modelSetting) { method destroy (line 84) | destroy() { method startDraw (line 112) | startDraw() { method draw (line 122) | draw() { method changeModel (line 140) | async changeModel(modelSettingPath) { method changeModelWithJSON (line 143) | async changeModelWithJSON(modelSettingPath, modelSetting) { method modelScaling (line 146) | modelScaling(scale) { method modelTurnHead (line 161) | modelTurnHead(event) { method followPointer (line 180) | followPointer(event) { method lookFront (line 198) | lookFront() { method mouseEvent (line 201) | mouseEvent(e) { method touchEvent (line 219) | touchEvent(e) { method transformViewX (line 244) | transformViewX(deviceX) { method transformViewY (line 248) | transformViewY(deviceY) { method transformScreenX (line 252) | transformScreenX(deviceX) { method transformScreenY (line 255) | transformScreenY(deviceY) { FILE: build/cubism2/utils/MatrixStack.d.ts class MatrixStack (line 2) | class MatrixStack { FILE: build/cubism2/utils/MatrixStack.js class MatrixStack (line 1) | class MatrixStack { method reset (line 2) | static reset() { method loadIdentity (line 5) | static loadIdentity() { method push (line 10) | static push() { method pop (line 21) | static pop() { method getMatrix (line 31) | static getMatrix() { method multMatrix (line 34) | static multMatrix(matNew) { FILE: build/cubism2/utils/ModelSettingJson.d.ts class ModelSettingJson (line 2) | class ModelSettingJson { FILE: build/cubism2/utils/ModelSettingJson.js class ModelSettingJson (line 2) | class ModelSettingJson { method constructor (line 3) | constructor() { method loadModelSetting (line 24) | loadModelSetting(path, callback) { method getTextureFile (line 32) | getTextureFile(n) { method getModelFile (line 37) | getModelFile() { method getTextureNum (line 40) | getTextureNum() { method getHitAreaNum (line 45) | getHitAreaNum() { method getHitAreaCustom (line 50) | getHitAreaCustom() { method getHitAreaID (line 53) | getHitAreaID(n) { method getHitAreaName (line 59) | getHitAreaName(n) { method getPhysicsFile (line 65) | getPhysicsFile() { method getPoseFile (line 68) | getPoseFile() { method getExpressionNum (line 71) | getExpressionNum() { method getExpressionFile (line 76) | getExpressionFile(n) { method getExpressionName (line 81) | getExpressionName(n) { method getLayout (line 86) | getLayout() { method getInitParamNum (line 89) | getInitParamNum() { method getMotionNum (line 94) | getMotionNum(name) { method getMotionFile (line 100) | getMotionFile(name, n) { method getMotionSound (line 107) | getMotionSound(name, n) { method getMotionFadeIn (line 115) | getMotionFadeIn(name, n) { method getMotionFadeOut (line 123) | getMotionFadeOut(name, n) { method getInitParamID (line 131) | getInitParamID(n) { method getInitParamValue (line 137) | getInitParamValue(n) { method getInitPartsVisibleNum (line 143) | getInitPartsVisibleNum() { method getInitPartsVisibleID (line 148) | getInitPartsVisibleID(n) { method getInitPartsVisibleValue (line 154) | getInitPartsVisibleValue(n) { FILE: build/cubism5/index.d.ts class AppDelegate (line 1) | class AppDelegate extends LAppDelegate { FILE: build/cubism5/index.js class AppSubdelegate (line 8) | class AppSubdelegate extends LAppSubdelegate { method initialize (line 9) | initialize(canvas) { method onResize (line 43) | onResize() { method update (line 47) | update() { class AppDelegate (line 66) | class AppDelegate extends LAppDelegate { method run (line 67) | run() { method stop (line 77) | stop() { method release (line 83) | release() { method transformOffset (line 89) | transformOffset(e) { method onMouseMove (line 102) | onMouseMove(e) { method onMouseEnd (line 112) | onMouseEnd(e) { method onTap (line 118) | onTap(e) { method initializeEventListener (line 126) | initializeEventListener() { method releaseEventListener (line 140) | releaseEventListener() { method initializeSubdelegates (line 153) | initializeSubdelegates() { method changeModel (line 175) | changeModel(modelSettingPath) { method subdelegates (line 186) | get subdelegates() { FILE: build/drag.js function registerDrag (line 1) | function registerDrag() { FILE: build/logger.d.ts type LogLevel (line 1) | type LogLevel = 'error' | 'warn' | 'info' | 'trace'; class Logger (line 2) | class Logger { FILE: build/logger.js class Logger (line 1) | class Logger { method constructor (line 2) | constructor(level = 'info') { method setLevel (line 5) | setLevel(level) { method shouldLog (line 10) | shouldLog(level) { method error (line 13) | error(message, ...args) { method warn (line 18) | warn(message, ...args) { method info (line 23) | info(message, ...args) { method trace (line 28) | trace(message, ...args) { FILE: build/message.d.ts type Time (line 1) | type Time = { FILE: build/message.js function showMessage (line 3) | function showMessage(text, timeout, priority, override = true) { function welcomeMessage (line 26) | function welcomeMessage(time, welcomeTemplate, referrerTemplate) { function i18n (line 46) | function i18n(template, ...args) { FILE: build/model.d.ts type ModelList (line 2) | interface ModelList { type Config (line 7) | interface Config { class ModelManager (line 18) | class ModelManager { FILE: build/model.js class ModelManager (line 4) | class ModelManager { method constructor (line 5) | constructor(config, models = []) { method initCheck (line 45) | static async initCheck(config, models = []) { method modelId (line 81) | set modelId(modelId) { method modelId (line 85) | get modelId() { method modelTexturesId (line 88) | set modelTexturesId(modelTexturesId) { method modelTexturesId (line 92) | get modelTexturesId() { method resetCanvas (line 95) | resetCanvas() { method fetchWithCache (line 98) | async fetchWithCache(url) { method checkModelVersion (line 115) | checkModelVersion(modelSetting) { method loadLive2D (line 121) | async loadLive2D(modelSettingPath, modelSetting) { method loadTextureCache (line 179) | async loadTextureCache(modelName) { method loadModel (line 183) | async loadModel(message) { method loadRandTexture (line 210) | async loadRandTexture(successMessage = '', failMessage = '') { method loadNextModel (line 251) | async loadNextModel() { FILE: build/tools.d.ts type Tools (line 3) | interface Tools { class ToolsManager (line 9) | class ToolsManager { FILE: build/tools.js class ToolsManager (line 3) | class ToolsManager { method constructor (line 4) | constructor(model, config, tips) { method registerTools (line 94) | registerTools() { FILE: build/utils.js function randomSelection (line 1) | function randomSelection(obj) { function randomOtherOption (line 4) | function randomOtherOption(total, excludeIndex) { function loadExternalResource (line 8) | function loadExternalResource(url, type) { FILE: build/widget.d.ts type Tips (line 3) | interface Tips { FILE: build/widget.js function registerEventListener (line 8) | function registerEventListener(tips) { function loadWidget (line 84) | async function loadWidget(config) { function initWidget (line 111) | function initWidget(config) { FILE: dist/autoload.js function loadExternalResource (line 13) | function loadExternalResource(url, type) { FILE: dist/chunk/index.js class e (line 5) | class e{constructor(){this.live2DModel=null,this.modelMatrix=null,this.e... method constructor (line 5) | constructor(){this.live2DModel=null,this.modelMatrix=null,this.eyeBlin... method getModelMatrix (line 5) | getModelMatrix(){return this.modelMatrix} method setAlpha (line 5) | setAlpha(t){t>.999&&(t=1),t<.001&&(t=0),this.alpha=t} method getAlpha (line 5) | getAlpha(){return this.alpha} method isInitialized (line 5) | isInitialized(){return this.initialized} method setInitialized (line 5) | setInitialized(t){this.initialized=t} method isUpdating (line 5) | isUpdating(){return this.updating} method setUpdating (line 5) | setUpdating(t){this.updating=t} method getLive2DModel (line 5) | getLive2DModel(){return this.live2DModel} method setLipSync (line 5) | setLipSync(t){this.lipSync=t} method setLipSyncValue (line 5) | setLipSyncValue(t){this.lipSyncValue=t} method setAccel (line 5) | setAccel(t,e,i){this.accelX=t,this.accelY=e,this.accelZ=i} method setDrag (line 5) | setDrag(t,e){this.dragX=t,this.dragY=e} method getMainMotionManager (line 5) | getMainMotionManager(){return this.mainMotionManager} method getExpressionManager (line 5) | getExpressionManager(){return this.expressionManager} method loadModelData (line 5) | loadModelData(e,i){const s=M.getPlatformManager();t.info("Load model :... method loadTexture (line 5) | loadTexture(e,s,n){i++;const a=M.getPlatformManager();t.info("Load Tex... method loadMotion (line 5) | loadMotion(e,i,s){const n=M.getPlatformManager();t.trace("Load Motion ... method loadExpression (line 5) | loadExpression(e,i,n){const a=M.getPlatformManager();t.trace("Load Exp... method loadPose (line 5) | loadPose(e,i){const s=M.getPlatformManager();t.trace("Load Pose : "+e)... method loadPhysics (line 5) | loadPhysics(e){const i=M.getPlatformManager();t.trace("Load Physics : ... method hitTestSimple (line 5) | hitTestSimple(t,e,i){const s=this.live2DModel.getDrawDataIndex(t);if(s... class s (line 5) | class s extends AMotion{constructor(){super(),this.paramList=[]}static l... method constructor (line 5) | constructor(){super(),this.paramList=[]} method loadJson (line 5) | static loadJson(t){const e=new s,i=M.getPlatformManager().jsonParseFro... method updateParamExe (line 5) | updateParamExe(t,e,i,n){for(let e=this.paramList.length-1;e>=0;--e){co... function n (line 5) | function n(){this.id="",this.type=-1,this.value=null} class a (line 5) | class a{constructor(){this.nextBlinkTime=null,this.stateStartTime=null,t... method constructor (line 5) | constructor(){this.nextBlinkTime=null,this.stateStartTime=null,this.bl... method calcNextBlink (line 5) | calcNextBlink(){return UtSystem.getUserTimeMSec()+Math.random()*(2*thi... method setInterval (line 5) | setInterval(t){this.blinkIntervalMsec=t} method setEyeMotion (line 5) | setEyeMotion(t,e,i){this.closingMotionMsec=t,this.closedMotionMsec=e,t... method updateParam (line 5) | updateParam(t){const e=UtSystem.getUserTimeMSec();let i,s=0;switch(thi... class o (line 5) | class o{constructor(){this.tr=new Float32Array(16),this.identity()}stati... method constructor (line 5) | constructor(){this.tr=new Float32Array(16),this.identity()} method mul (line 5) | static mul(t,e,i){const s=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];let n,a,r;... method identity (line 5) | identity(){for(let t=0;t<16;t++)this.tr[t]=t%5==0?1:0} method getArray (line 5) | getArray(){return this.tr} method getCopyMatrix (line 5) | getCopyMatrix(){return new Float32Array(this.tr)} method setMatrix (line 5) | setMatrix(t){if(null!=this.tr&&this.tr.length==this.tr.length)for(let ... method getScaleX (line 5) | getScaleX(){return this.tr[0]} method getScaleY (line 5) | getScaleY(){return this.tr[5]} method transformX (line 5) | transformX(t){return this.tr[0]*t+this.tr[12]} method transformY (line 5) | transformY(t){return this.tr[5]*t+this.tr[13]} method invertTransformX (line 5) | invertTransformX(t){return(t-this.tr[12])/this.tr[0]} method invertTransformY (line 5) | invertTransformY(t){return(t-this.tr[13])/this.tr[5]} method multTranslate (line 5) | multTranslate(t,e){const i=[1,0,0,0,0,1,0,0,0,0,1,0,t,e,0,1];o.mul(i,t... method translate (line 5) | translate(t,e){this.tr[12]=t,this.tr[13]=e} method translateX (line 5) | translateX(t){this.tr[12]=t} method translateY (line 5) | translateY(t){this.tr[13]=t} method multScale (line 5) | multScale(t,e){const i=[t,0,0,0,0,e,0,0,0,0,1,0,0,0,0,1];o.mul(i,this.... method scale (line 5) | scale(t,e){this.tr[0]=t,this.tr[5]=e} class h (line 5) | class h extends o{constructor(t,e){super(),this.width=t,this.height=e}se... method constructor (line 5) | constructor(t,e){super(),this.width=t,this.height=e} method setPosition (line 5) | setPosition(t,e){this.translate(t,e)} method setCenterPosition (line 5) | setCenterPosition(t,e){const i=this.width*this.getScaleX(),s=this.heig... method top (line 5) | top(t){this.setY(t)} method bottom (line 5) | bottom(t){const e=this.height*this.getScaleY();this.translateY(t-e)} method left (line 5) | left(t){this.setX(t)} method right (line 5) | right(t){const e=this.width*this.getScaleX();this.translateX(t-e)} method centerX (line 5) | centerX(t){const e=this.width*this.getScaleX();this.translateX(t-e/2)} method centerY (line 5) | centerY(t){const e=this.height*this.getScaleY();this.translateY(t-e/2)} method setX (line 5) | setX(t){this.translateX(t)} method setY (line 5) | setY(t){this.translateY(t)} method setHeight (line 5) | setHeight(t){const e=t/this.height,i=-e;this.scale(e,i)} method setWidth (line 5) | setWidth(t){const e=t/this.width,i=-e;this.scale(e,i)} class l (line 5) | class l extends MotionQueueManager{constructor(){super(),this.currentPri... method constructor (line 5) | constructor(){super(),this.currentPriority=null,this.reservePriority=n... method getCurrentPriority (line 5) | getCurrentPriority(){return this.currentPriority} method getReservePriority (line 5) | getReservePriority(){return this.reservePriority} method reserveMotion (line 5) | reserveMotion(t){return!(this.reservePriority>=t)&&(!(this.currentPrio... method setReservePriority (line 5) | setReservePriority(t){this.reservePriority=t} method updateParam (line 5) | updateParam(t){const e=MotionQueueManager.prototype.updateParam.call(t... method startMotionPrio (line 5) | startMotionPrio(t,e){return e==this.reservePriority&&(this.reservePrio... class c (line 5) | class c{constructor(){this.physicsList=[],this.startTimeMSec=UtSystem.ge... method constructor (line 5) | constructor(){this.physicsList=[],this.startTimeMSec=UtSystem.getUserT... method load (line 5) | static load(t){const e=new c,i=M.getPlatformManager().jsonParseFromByt... method updateParam (line 5) | updateParam(t){const e=UtSystem.getUserTimeMSec()-this.startTimeMSec;f... class d (line 5) | class d{constructor(){this.lastTime=0,this.lastModel=null,this.partsGrou... method constructor (line 5) | constructor(){this.lastTime=0,this.lastModel=null,this.partsGroups=[]} method load (line 5) | static load(t){const e=new d,i=M.getPlatformManager().jsonParseFromByt... method updateParam (line 5) | updateParam(t){if(null==t)return;t!=this.lastModel&&this.initParam(t),... method initParam (line 5) | initParam(t){if(null!=t)for(let e=0;ethis.scre... method adjustScale (line 5) | adjustScale(t,e,i){const s=i*this.tr[0];s0&&(i=th... method setScreenRect (line 5) | setScreenRect(t,e,i,s){this.screenLeft=t,this.screenRight=e,this.scree... method setMaxScreenRect (line 5) | setMaxScreenRect(t,e,i,s){this.maxLeft=t,this.maxRight=e,this.maxTop=s... method getScreenLeft (line 5) | getScreenLeft(){return this.screenLeft} method getScreenRight (line 5) | getScreenRight(){return this.screenRight} method getScreenBottom (line 5) | getScreenBottom(){return this.screenBottom} method getScreenTop (line 5) | getScreenTop(){return this.screenTop} method getMaxLeft (line 5) | getMaxLeft(){return this.maxLeft} method getMaxRight (line 5) | getMaxRight(){return this.maxRight} method getMaxBottom (line 5) | getMaxBottom(){return this.maxBottom} method getMaxTop (line 5) | getMaxTop(){return this.maxTop} class M (line 5) | class M{static getPlatformManager(){return M.platformManager}static setP... method getPlatformManager (line 5) | static getPlatformManager(){return M.platformManager} method setPlatformManager (line 5) | static setPlatformManager(t){M.platformManager=t} class w (line 5) | class w{static reset(){this.depth=0}static loadIdentity(){for(let t=0;t<... method reset (line 5) | static reset(){this.depth=0} method loadIdentity (line 5) | static loadIdentity(){for(let t=0;t<16;t++)this.currentMatrix[t]=t%5==... method push (line 5) | static push(){this.depth;const t=16*(this.depth+1);this.matrixStack.le... method pop (line 5) | static pop(){this.depth--,this.depth<0&&(this.depth=0);const t=16*this... method getMatrix (line 5) | static getMatrix(){return this.currentMatrix} method multMatrix (line 5) | static multMatrix(t){let e,i,s;for(e=0;e<16;e++)this.tmp[e]=0;for(e=0;... class F (line 5) | class F{constructor(){this.NAME="name",this.ID="id",this.MODEL="model",t... method constructor (line 5) | constructor(){this.NAME="name",this.ID="id",this.MODEL="model",this.TE... method loadModelSetting (line 5) | loadModelSetting(t,e){M.getPlatformManager().loadBytes(t,(t=>{const i=... method getTextureFile (line 5) | getTextureFile(t){return null==this.json[this.TEXTURES]||null==this.js... method getModelFile (line 5) | getModelFile(){return this.json[this.MODEL]} method getTextureNum (line 5) | getTextureNum(){return null==this.json[this.TEXTURES]?0:this.json[this... method getHitAreaNum (line 5) | getHitAreaNum(){return null==this.json[this.HIT_AREAS]?0:this.json[thi... method getHitAreaCustom (line 5) | getHitAreaCustom(){return this.json[this.HIT_AREAS_CUSTOM]} method getHitAreaID (line 5) | getHitAreaID(t){return null==this.json[this.HIT_AREAS]||null==this.jso... method getHitAreaName (line 5) | getHitAreaName(t){return null==this.json[this.HIT_AREAS]||null==this.j... method getPhysicsFile (line 5) | getPhysicsFile(){return this.json[this.PHYSICS]} method getPoseFile (line 5) | getPoseFile(){return this.json[this.POSE]} method getExpressionNum (line 5) | getExpressionNum(){return null==this.json[this.EXPRESSIONS]?0:this.jso... method getExpressionFile (line 5) | getExpressionFile(t){return null==this.json[this.EXPRESSIONS]?null:thi... method getExpressionName (line 5) | getExpressionName(t){return null==this.json[this.EXPRESSIONS]?null:thi... method getLayout (line 5) | getLayout(){return this.json[this.LAYOUT]} method getInitParamNum (line 5) | getInitParamNum(){return null==this.json[this.INIT_PARAM]?0:this.json[... method getMotionNum (line 5) | getMotionNum(t){return null==this.json[this.MOTION_GROUPS]||null==this... method getMotionFile (line 5) | getMotionFile(t,e){return null==this.json[this.MOTION_GROUPS]||null==t... method getMotionSound (line 5) | getMotionSound(t,e){return null==this.json[this.MOTION_GROUPS]||null==... method getMotionFadeIn (line 5) | getMotionFadeIn(t,e){return null==this.json[this.MOTION_GROUPS]||null=... method getMotionFadeOut (line 5) | getMotionFadeOut(t,e){return null==this.json[this.MOTION_GROUPS]||null... method getInitParamID (line 5) | getInitParamID(t){return null==this.json[this.INIT_PARAM]||null==this.... method getInitParamValue (line 5) | getInitParamValue(t){return null==this.json[this.INIT_PARAM]||null==th... method getInitPartsVisibleNum (line 5) | getInitPartsVisibleNum(){return null==this.json[this.INIT_PARTS_VISIBL... method getInitPartsVisibleID (line 5) | getInitPartsVisibleID(t){return null==this.json[this.INIT_PARTS_VISIBL... method getInitPartsVisibleValue (line 5) | getInitPartsVisibleValue(t){return null==this.json[this.INIT_PARTS_VIS... class U (line 5) | class U extends e{constructor(){super(),this.modelHomeDir="",this.modelS... method constructor (line 5) | constructor(){super(),this.modelHomeDir="",this.modelSetting=null,this... method loadJSON (line 5) | loadJSON(t){const e=this.modelHomeDir+this.modelSetting.getModelFile()... method loadModelSetting (line 5) | async loadModelSetting(t,e){this.setUpdating(!0),this.setInitialized(!... method load (line 5) | load(t,e,i){this.setUpdating(!0),this.setInitialized(!1),this.modelHom... method release (line 5) | release(t){const e=M.getPlatformManager();t.deleteTexture(e.texture)} method preloadMotionGroup (line 5) | preloadMotionGroup(t){for(let e=0;e{i=Live2DModelWeb... method loadTexture (line 5) | loadTexture(e,i,s,n){const a=new Image;a.crossOrigin="anonymous",a.src... method jsonParseFromBytes (line 5) | jsonParseFromBytes(t){let e;const i=new Uint8Array(t,0,3);e=239==i[0]&... class Y (line 5) | class Y{constructor(){this.model=null,this.reloading=!1,Live2D.init(),M.... method constructor (line 5) | constructor(){this.model=null,this.reloading=!1,Live2D.init(),M.setPla... method getModel (line 5) | getModel(){return this.model} method releaseModel (line 5) | releaseModel(t){this.model&&(this.model.release(t),this.model=null)} method changeModel (line 5) | async changeModel(t,e){return new Promise(((i,s)=>{if(this.reloading)r... method changeModelWithJSON (line 5) | async changeModelWithJSON(t,e,i){if(this.reloading)return;this.reloadi... method setDrag (line 5) | setDrag(t,e){this.model&&this.model.setDrag(t,e)} method maxScaleEvent (line 5) | maxScaleEvent(){t.trace("Max scale event."),this.model&&this.model.sta... method minScaleEvent (line 5) | minScaleEvent(){t.trace("Min scale event."),this.model&&this.model.sta... method tapEvent (line 5) | tapEvent(e,i){return t.trace("tapEvent view x:"+e+" y:"+i),!!this.mode... function j (line 5) | function j(t,e,i,s,n,a){const r=t-i,o=e-s;let h=0,l=0;return h=r>=0?r/(n... class G (line 5) | class G{constructor(){this.live2DMgr=new Y,this.isDrawStart=!1,this.gl=n... method constructor (line 5) | constructor(){this.live2DMgr=new Y,this.isDrawStart=!1,this.gl=null,th... method initL2dCanvas (line 5) | initL2dCanvas(t){this.canvas=document.getElementById(t),this.canvas.ad... method init (line 5) | async init(e,i,s){this.initL2dCanvas(e);const n=this.canvas.width,a=th... method destroy (line 5) | destroy(){this.canvas&&(this.canvas.removeEventListener("mousewheel",t... method startDraw (line 5) | startDraw(){if(!this.isDrawStart){this.isDrawStart=!0;const t=()=>{thi... method draw (line 5) | draw(){w.reset(),w.loadIdentity(),this.dragMgr.update(),this.live2DMgr... method changeModel (line 5) | async changeModel(t){await this.live2DMgr.changeModel(this.gl,t)} method changeModelWithJSON (line 5) | async changeModelWithJSON(t,e){await this.live2DMgr.changeModelWithJSO... method modelScaling (line 5) | modelScaling(t){const e=this.viewMatrix.isMaxScale(),i=this.viewMatrix... method modelTurnHead (line 5) | modelTurnHead(e){var i;const s=this.canvas.getBoundingClientRect(),{vx... method followPointer (line 5) | followPointer(e){var i;const s=this.canvas.getBoundingClientRect(),{vx... method lookFront (line 5) | lookFront(){this.dragMgr.setPoint(0,0)} method mouseEvent (line 5) | mouseEvent(t){t.preventDefault(),"mousewheel"==t.type?t.wheelDelta>0?t... method touchEvent (line 5) | touchEvent(t){t.preventDefault();const e=t.touches[0];if("touchstart"=... method transformViewX (line 5) | transformViewX(t){const e=this.deviceToScreen.transformX(t);return thi... method transformViewY (line 5) | transformViewY(t){const e=this.deviceToScreen.transformY(t);return thi... method transformScreenX (line 5) | transformScreenX(t){return this.deviceToScreen.transformX(t)} method transformScreenY (line 5) | transformScreenY(t){return this.deviceToScreen.transformY(t)} FILE: dist/chunk/index2.js class e (line 5) | class e{constructor(t=0){t<1?(this._ptr=[],this._capacity=0,this._size=0... method constructor (line 5) | constructor(t=0){t<1?(this._ptr=[],this._capacity=0,this._size=0):(thi... method at (line 5) | at(t){return this._ptr[t]} method set (line 5) | set(t,e){this._ptr[t]=e} method get (line 5) | get(t=0){const e=new Array;for(let i=t;i=this._capacity&&this.prepareCapacity(0==this._... method clear (line 5) | clear(){this._ptr.length=0,this._size=0} method getSize (line 5) | getSize(){return this._size} method assign (line 5) | assign(t,e){this._sizethis._capacity&&(0==this._capacity?(this._ptr=new... method begin (line 5) | begin(){return 0==this._size?this.end():new i(this,0)} method end (line 5) | end(){return new i(this,this._size)} method getOffset (line 5) | getOffset(t){const i=new e;return i._ptr=this.get(t),i._size=this.get(... method constructor (line 5) | constructor(t,e){this._vector=null!=t?t:null,this._index=null!=e?e:0} method set (line 5) | set(t){return this._index=t._index,this._vector=t._vector,this} method preIncrement (line 5) | preIncrement(){return++this._index,this} method preDecrement (line 5) | preDecrement(){return--this._index,this} method increment (line 5) | increment(){return new t(this._vector,this._index++)} method decrement (line 5) | decrement(){return new t(this._vector,this._index--)} method ptr (line 5) | ptr(){return this._vector._ptr[this._index]} method substitution (line 5) | substitution(t){return this._index=t._index,this._vector=t._vector,this} method notEqual (line 5) | notEqual(t){return this._index!=t._index||this._vector!=t._vector} class g (line 5) | class g{append(t,e){return this.s+=void 0!==e?t.substr(0,e):t,this}expan... method append (line 5) | append(t,e){return this.s+=void 0!==e?t.substr(0,e):t,this} method expansion (line 5) | expansion(t,e){for(let i=0;it.s} method isEqual (line 5) | isEqual(t){return this.s==t} method isEmpty (line 5) | isEmpty(){return 0==this.s.length} method constructor (line 5) | constructor(t){this.s=t} class d (line 5) | class d{static createIdInternal(t){return new d(t)}getString(){return th... method createIdInternal (line 5) | static createIdInternal(t){return new d(t)} method getString (line 5) | getString(){return this._id} method isEqual (line 5) | isEqual(t){return"string"==typeof t?this._id.isEqual(t):t instanceof g... method isNotEqual (line 5) | isNotEqual(t){return"string"==typeof t?!this._id.isEqual(t):t instance... method constructor (line 5) | constructor(t){this._id="string"!=typeof t?t:new g(t)} class _ (line 5) | class _{constructor(){this._ids=new e}release(){for(let t=0;t1&&(t=1),e<0?e=0:e>1&&(e=1),i<0?i=0:i... method getModelColor (line 5) | getModelColor(){return JSON.parse(JSON.stringify(this._modelColor))} method getModelColorWithOpacity (line 5) | getModelColorWithOpacity(t){const e=this.getModelColor();return e.a*=t... method setIsPremultipliedAlpha (line 5) | setIsPremultipliedAlpha(t){this._isPremultipliedAlpha=t} method isPremultipliedAlpha (line 5) | isPremultipliedAlpha(){return this._isPremultipliedAlpha} method setIsCulling (line 5) | setIsCulling(t){this._isCulling=t} method isCulling (line 5) | isCulling(){return this._isCulling} method setAnisotropy (line 5) | setAnisotropy(t){this._anisotropy=t} method getAnisotropy (line 5) | getAnisotropy(){return this._anisotropy} method getModel (line 5) | getModel(){return this._model} method useHighPrecisionMask (line 5) | useHighPrecisionMask(t){this._useHighPrecisionMask=t} method isUsingHighPrecisionMask (line 5) | isUsingHighPrecisionMask(){return this._useHighPrecisionMask} method constructor (line 5) | constructor(){this._isCulling=!1,this._isPremultipliedAlpha=!1,this._a... class f (line 5) | class f{constructor(t=1,e=1,i=1,s=1){this.r=t,this.g=e,this.b=i,this.a=s}} method constructor (line 5) | constructor(t=1,e=1,i=1,s=1){this.r=t,this.g=e,this.b=i,this.a=s} class y (line 5) | class y{constructor(t,e){this._clippingIdList=t,this._clippingIdCount=e,... method constructor (line 5) | constructor(t,e){this._clippingIdList=t,this._clippingIdCount=e,this._... method release (line 5) | release(){null!=this._layoutBounds&&(this._layoutBounds=null),null!=th... method addClippedDrawable (line 5) | addClippedDrawable(t){this._clippedDrawableIndexList.push(t)} class P (line 5) | class P{static print(t,e,i){if(t<$.getLoggingLevel())return;const s=$.co... method print (line 5) | static print(t,e,i){if(t<$.getLoggingLevel())return;const s=$.coreLogF... method dumpBytes (line 5) | static dumpBytes(t,e,i){for(let s=0;s0?this.print(t,... method constructor (line 5) | constructor(){} class F (line 5) | class F{constructor(t,e){this.first=null==t?null:t,this.second=null==e?n... method constructor (line 5) | constructor(t,e){this.first=null==t?null:t,this.second=null==e?null:e} class I (line 5) | class I{constructor(t){null!=t?t<1?(this._keyValues=[],this._dummyValue=... method constructor (line 5) | constructor(t){null!=t?t<1?(this._keyValues=[],this._dummyValue=null,t... method release (line 5) | release(){this.clear()} method appendKey (line 5) | appendKey(t){let e=-1;for(let i=0;ithis._keyValues.length&&(0==this._keyValues.len... method begin (line 5) | begin(){return new V(this,0)} method end (line 5) | end(){return new V(this,this._size)} method erase (line 5) | erase(t){const e=t._index;if(e<0||this._size<=e)return t;this._keyValu... method dumpAsInt (line 5) | dumpAsInt(){for(let t=0;t{i... method parseJsonObject (line 5) | static parseJsonObject(t,e){return Object.keys(t).forEach((i=>{if("boo... method parseJsonArray (line 5) | static parseJsonArray(t){const e=new z;return Object.keys(t).forEach((... method constructor (line 5) | constructor(){} method getRawString (line 5) | getRawString(t,e){return this.getString(t,e)} method toInt (line 5) | toInt(t=0){return t} method toFloat (line 5) | toFloat(t=0){return t} method toBoolean (line 5) | toBoolean(t=!1){return t} method getSize (line 5) | getSize(){return 0} method getArray (line 5) | getArray(t=null){return t} method getVector (line 5) | getVector(t=new e){return t} method getMap (line 5) | getMap(t){return t} method getValueByIndex (line 5) | getValueByIndex(e){return t.errorValue.setErrorNotForClientCall(R)} method getValueByString (line 5) | getValueByString(e){return t.nullValue.setErrorNotForClientCall(R)} method getKeys (line 5) | getKeys(){return t.dummyKeys} method isError (line 5) | isError(){return!1} method isNull (line 5) | isNull(){return!1} method isBool (line 5) | isBool(){return!1} method isFloat (line 5) | isFloat(){return!1} method isString (line 5) | isString(){return!1} method isArray (line 5) | isArray(){return!1} method isMap (line 5) | isMap(){return!1} method equals (line 5) | equals(t){return!1} method isStatic (line 5) | isStatic(){return!1} method setErrorNotForClientCall (line 5) | setErrorNotForClientCall(t){return k.errorValue} method staticInitializeNotForClientCall (line 5) | static staticInitializeNotForClientCall(){A.trueValue=new A(!0),A.falseV... method staticReleaseNotForClientCall (line 5) | static staticReleaseNotForClientCall(){A.trueValue=null,A.falseValue=nul... class L (line 5) | class L{constructor(t,e){this._parseCallback=E.parseJsonObject,this._err... method constructor (line 5) | constructor(t,e){this._parseCallback=E.parseJsonObject,this._error=nul... method create (line 5) | static create(t,e){const i=new L;return i.parseBytes(t,e,i._parseCallb... method delete (line 5) | static delete(t){} method getRoot (line 5) | getRoot(){return this._root} method arrayBufferToString (line 5) | static arrayBufferToString(t){const e=new Uint8Array(t);let i="";for(l... method pad (line 5) | static pad(t){return t.length<2?"0"+t:t} method parseBytes (line 5) | parseBytes(t,e,i){const s=new Array(1),r=L.arrayBufferToString(t);if(t... method getParseError (line 5) | getParseError(){return this._error} method checkEndOfFile (line 5) | checkEndOfFile(){return this._root.getArray()[1].equals("EOF")} method parseValue (line 5) | parseValue(t,e,i,s){if(this._error)return null;let r,a=null,n=i;for(;n... method parseString (line 5) | parseString(t,e,i,s){if(this._error)return null;if(!t)return this._err... method parseObject (line 5) | parseObject(t,e,i,s){if(this._error)return null;if(!t)return this._err... method parseArray (line 5) | parseArray(t,e,i,s){if(this._error)return null;if(!t)return this._erro... class D (line 5) | class D extends T{constructor(t){super(),this._value=t}isFloat(){return!... method constructor (line 5) | constructor(t){super(),this._value=t} method isFloat (line 5) | isFloat(){return!0} method getString (line 5) | getString(t,e){return this._value=parseFloat("\0"),this._stringBuffer=... method toInt (line 5) | toInt(t=0){return parseInt(this._value.toString())} method toFloat (line 5) | toFloat(t=0){return this._value} method equals (line 5) | equals(t){return"number"==typeof t&&(!Math.round(t)&&t==this._value)} class A (line 5) | class A extends T{isBool(){return!0}toBoolean(t=!1){return this._boolVal... method isBool (line 5) | isBool(){return!0} method toBoolean (line 5) | toBoolean(t=!1){return this._boolValue} method getString (line 5) | getString(t,e){return this._stringBuffer=this._boolValue?"true":"false... method equals (line 5) | equals(t){return"boolean"==typeof t&&t==this._boolValue} method isStatic (line 5) | isStatic(){return!0} method constructor (line 5) | constructor(t){super(),this._boolValue=t} class O (line 5) | class O extends T{constructor(t){super(),"string"==typeof t&&(this._stri... method constructor (line 5) | constructor(t){super(),"string"==typeof t&&(this._stringBuffer=t),t in... method isString (line 5) | isString(){return!0} method getString (line 5) | getString(t,e){return this._stringBuffer} method equals (line 5) | equals(t){return"string"==typeof t?this._stringBuffer==t:t instanceof ... class k (line 5) | class k extends O{isStatic(){return this._isStatic}setErrorNotForClientC... method isStatic (line 5) | isStatic(){return this._isStatic} method setErrorNotForClientCall (line 5) | setErrorNotForClientCall(t){return this._stringBuffer=t,this} method constructor (line 5) | constructor(t,e){super(t),this._isStatic=e} method isError (line 5) | isError(){return!0} class N (line 5) | class N extends T{isNull(){return!0}getString(t,e){return this._stringBu... method isNull (line 5) | isNull(){return!0} method getString (line 5) | getString(t,e){return this._stringBuffer} method isStatic (line 5) | isStatic(){return!0} method setErrorNotForClientCall (line 5) | setErrorNotForClientCall(t){return this._stringBuffer=t,k.nullValue} method constructor (line 5) | constructor(){super(),this._stringBuffer="NullValue"} class z (line 5) | class z extends T{constructor(){super(),this._array=new e}release(){for(... method constructor (line 5) | constructor(){super(),this._array=new e} method release (line 5) | release(){for(let t=this._array.begin();t.notEqual(this._array.end());... method isArray (line 5) | isArray(){return!0} method getValueByIndex (line 5) | getValueByIndex(t){if(t<0||this._array.getSize()<=t)return T.errorValu... method getValueByString (line 5) | getValueByString(t){return T.errorValue.setErrorNotForClientCall(R)} method getString (line 5) | getString(t,e){const i=e+"[\n";for(let t=this._array.begin();t.notEqua... method add (line 5) | add(t){this._array.pushBack(t)} method getVector (line 5) | getVector(t=null){return this._array} method getSize (line 5) | getSize(){return this._array.getSize()} class U (line 5) | class U extends T{constructor(){super(),this._map=new I}release(){const ... method constructor (line 5) | constructor(){super(),this._map=new I} method release (line 5) | release(){const t=this._map.begin();for(;t.notEqual(this._map.end());)... method isMap (line 5) | isMap(){return!0} method getValueByString (line 5) | getValueByString(t){if(t instanceof g){const e=this._map.getValue(t.s)... method getValueByIndex (line 5) | getValueByIndex(t){return T.errorValue.setErrorNotForClientCall(R)} method getString (line 5) | getString(t,e){this._stringBuffer=e+"{\n";const i=this._map.begin();fo... method getMap (line 5) | getMap(t){return this._map} method put (line 5) | put(t,e){this._map.setValue(t,e)} method getKeys (line 5) | getKeys(){if(!this._keys){this._keys=new e;const t=this._map.begin();f... method getSize (line 5) | getSize(){return this._keys.getSize()} function X (line 5) | function X(t,e){let i=0;for(let e=1;;e++){const s=t.slice(e-1,e);if("e"=... function J (line 5) | function J(t){t&&(t=void 0)} class $ (line 5) | class ${static startUp(t=null){if(Y)return M("CubismFramework.startUp() ... method startUp (line 5) | static startUp(t=null){if(Y)return M("CubismFramework.startUp() is alr... method cleanUp (line 5) | static cleanUp(){Y=!1,j=!1,H=null,q=null} method initialize (line 5) | static initialize(t=0){C(Y),Y?j?v("CubismFramework.initialize() skippe... method dispose (line 5) | static dispose(){C(Y),Y?j?(T.staticReleaseNotForClientCall(),q.release... method isStarted (line 5) | static isStarted(){return Y} method isInitialized (line 5) | static isInitialized(){return j} method coreLogFunction (line 5) | static coreLogFunction(t){Live2DCubismCore.Logging.csmGetLogFunction()... method getLoggingLevel (line 5) | static getLoggingLevel(){return null!=H?H.loggingLevel:K.LogLevel_Off} method getIdManager (line 5) | static getIdManager(){return q} method constructor (line 5) | constructor(){} class Z (line 5) | class Z{} class at (line 5) | class at{static loadFileAsBytes(t,e){fetch(t).then((t=>t.arrayBuffer()))... method loadFileAsBytes (line 5) | static loadFileAsBytes(t,e){fetch(t).then((t=>t.arrayBuffer())).then((... method getDeltaTime (line 5) | static getDeltaTime(){return this.deltaTime} method updateTime (line 5) | static updateTime(){this.currentFrame=Date.now(),this.deltaTime=(this.... method printMessage (line 5) | static printMessage(t){console.trace(t)} class nt (line 5) | class nt{constructor(){this._gl=null,this._gl=null}initialize(t){return ... method constructor (line 5) | constructor(){this._gl=null,this._gl=null} method initialize (line 5) | initialize(t){return this._gl=t.getContext("webgl2"),!!this._gl||(aler... method release (line 5) | release(){} method getGl (line 5) | getGl(){return this._gl} class mt (line 5) | class mt{} class pt (line 5) | class pt extends mt{constructor(t,i){super(),this.version="Version",this... method constructor (line 5) | constructor(t,i){super(),this.version="Version",this.fileReferences="F... method release (line 5) | release(){L.delete(this._json),this._jsonValue=null} method getJson (line 5) | getJson(){return this._json} method getModelFileName (line 5) | getModelFileName(){return this.isExistModelFile()?this._jsonValue.at(u... method getTextureCount (line 5) | getTextureCount(){return this.isExistTextureFiles()?this._jsonValue.at... method getTextureDirectory (line 5) | getTextureDirectory(){const t=this._jsonValue.at(ut.FrequestNode_Textu... method getTextureFileName (line 5) | getTextureFileName(t){return this._jsonValue.at(ut.FrequestNode_Textur... method getHitAreasCount (line 5) | getHitAreasCount(){return this.isExistHitAreas()?this._jsonValue.at(ut... method getHitAreaId (line 5) | getHitAreaId(t){return $.getIdManager().getId(this._jsonValue.at(ut.Fr... method getHitAreaName (line 5) | getHitAreaName(t){return this._jsonValue.at(ut.FrequestNode_HitAreas).... method getPhysicsFileName (line 5) | getPhysicsFileName(){return this.isExistPhysicsFile()?this._jsonValue.... method getPoseFileName (line 5) | getPoseFileName(){return this.isExistPoseFile()?this._jsonValue.at(ut.... method getExpressionCount (line 5) | getExpressionCount(){return this.isExistExpressionFile()?this._jsonVal... method getExpressionName (line 5) | getExpressionName(t){return this._jsonValue.at(ut.FrequestNode_Express... method getExpressionFileName (line 5) | getExpressionFileName(t){return this._jsonValue.at(ut.FrequestNode_Exp... method getMotionGroupCount (line 5) | getMotionGroupCount(){return this.isExistMotionGroups()?this._jsonValu... method getMotionGroupName (line 5) | getMotionGroupName(t){return this.isExistMotionGroups()?this._jsonValu... method getMotionCount (line 5) | getMotionCount(t){return this.isExistMotionGroupName(t)?this._jsonValu... method getMotionFileName (line 5) | getMotionFileName(t,e){return this.isExistMotionGroupName(t)?this._jso... method getMotionSoundFileName (line 5) | getMotionSoundFileName(t,e){return this.isExistMotionSoundFile(t,e)?th... method getMotionFadeInTimeValue (line 5) | getMotionFadeInTimeValue(t,e){return this.isExistMotionFadeIn(t,e)?thi... method getMotionFadeOutTimeValue (line 5) | getMotionFadeOutTimeValue(t,e){return this.isExistMotionFadeOut(t,e)?t... method getUserDataFile (line 5) | getUserDataFile(){return this.isExistUserDataFile()?this.getJson().get... method getLayoutMap (line 5) | getLayoutMap(t){const e=this.getJson().getRoot().getValueByString(this... method getEyeBlinkParameterCount (line 5) | getEyeBlinkParameterCount(){if(!this.isExistEyeBlinkParameters())retur... method getEyeBlinkParameterId (line 5) | getEyeBlinkParameterId(t){if(!this.isExistEyeBlinkParameters())return ... method getLipSyncParameterCount (line 5) | getLipSyncParameterCount(){if(!this.isExistLipSyncParameters())return ... method getLipSyncParameterId (line 5) | getLipSyncParameterId(t){if(!this.isExistLipSyncParameters())return nu... method isExistModelFile (line 5) | isExistModelFile(){const t=this._jsonValue.at(ut.FrequestNode_Moc);ret... method isExistTextureFiles (line 5) | isExistTextureFiles(){const t=this._jsonValue.at(ut.FrequestNode_Textu... method isExistHitAreas (line 5) | isExistHitAreas(){const t=this._jsonValue.at(ut.FrequestNode_HitAreas)... method isExistPhysicsFile (line 5) | isExistPhysicsFile(){const t=this._jsonValue.at(ut.FrequestNode_Physic... method isExistPoseFile (line 5) | isExistPoseFile(){const t=this._jsonValue.at(ut.FrequestNode_Pose);ret... method isExistExpressionFile (line 5) | isExistExpressionFile(){const t=this._jsonValue.at(ut.FrequestNode_Exp... method isExistMotionGroups (line 5) | isExistMotionGroups(){const t=this._jsonValue.at(ut.FrequestNode_Motio... method isExistMotionGroupName (line 5) | isExistMotionGroupName(t){const e=this._jsonValue.at(ut.FrequestNode_M... method isExistMotionSoundFile (line 5) | isExistMotionSoundFile(t,e){const i=this._jsonValue.at(ut.FrequestNode... method isExistMotionFadeIn (line 5) | isExistMotionFadeIn(t,e){const i=this._jsonValue.at(ut.FrequestNode_Mo... method isExistMotionFadeOut (line 5) | isExistMotionFadeOut(t,e){const i=this._jsonValue.at(ut.FrequestNode_M... method isExistUserDataFile (line 5) | isExistUserDataFile(){const t=this.getJson().getRoot().getValueByStrin... method isExistEyeBlinkParameters (line 5) | isExistEyeBlinkParameters(){if(this._jsonValue.at(ut.FrequestNode_Grou... method isExistLipSyncParameters (line 5) | isExistLipSyncParameters(){if(this._jsonValue.at(ut.FrequestNode_Group... class ft (line 5) | class ft{static create(){return new ft}static delete(t){}setParameters(t... method create (line 5) | static create(){return new ft} method delete (line 5) | static delete(t){} method setParameters (line 5) | setParameters(t){this._breathParameters=t} method getParameters (line 5) | getParameters(){return this._breathParameters} method updateParameters (line 5) | updateParameters(t,e){this._currentTime+=e;const i=2*this._currentTime... method constructor (line 5) | constructor(){this._currentTime=0} class yt (line 5) | class yt{constructor(t,e,i,s,r){this.parameterId=null==t?null:t,this.off... method constructor (line 5) | constructor(t,e,i,s,r){this.parameterId=null==t?null:t,this.offset=nul... class St (line 5) | class St{static create(t=null){return new St(t)}static delete(t){}setBli... method create (line 5) | static create(t=null){return new St(t)} method delete (line 5) | static delete(t){} method setBlinkingInterval (line 5) | setBlinkingInterval(t){this._blinkingIntervalSeconds=t} method setBlinkingSetting (line 5) | setBlinkingSetting(t,e,i){this._closingSeconds=t,this._closedSeconds=e... method setParameterIds (line 5) | setParameterIds(t){this._parameterIds=t} method getParameterIds (line 5) | getParameterIds(){return this._parameterIds} method updateParameters (line 5) | updateParameters(t,e){let i;this._userTimeSeconds+=e;let s=0;switch(th... method constructor (line 5) | constructor(t){if(this._blinkingState=_t.EyeState_First,this._nextBlin... method determinNextBlinkingTiming (line 5) | determinNextBlinkingTiming(){const t=Math.random();return this._userTi... class Mt (line 5) | class Mt{static create(t,e){const i=L.create(t,e);if(!i)return null;cons... method create (line 5) | static create(t,e){const i=L.create(t,e);if(!i)return null;const s=new... method delete (line 5) | static delete(t){} method updateParameters (line 5) | updateParameters(t,e){t!=this._lastModel&&this.reset(t),this._lastMode... method reset (line 5) | reset(t){let e=0;for(let i=0;ii&&(t=i),t}static sin(t){r... method range (line 5) | static range(t,e,i){return ti&&(t=i),t} method sin (line 5) | static sin(t){return Math.sin(t)} method cos (line 5) | static cos(t){return Math.cos(t)} method abs (line 5) | static abs(t){return Math.abs(t)} method sqrt (line 5) | static sqrt(t){return Math.sqrt(t)} method cbrt (line 5) | static cbrt(t){if(0===t)return t;let e=t;const i=e<0;let s;return i&&(... method getEasingSine (line 5) | static getEasingSine(t){return t<0?0:t>1?1:.5-.5*this.cos(t*Math.PI)} method max (line 5) | static max(t,e){return t>e?t:e} method min (line 5) | static min(t,e){return t>e?e:t} method clamp (line 5) | static clamp(t,e,i){return tthis._onBeganMotion=t,this... method release (line 5) | release(){this._weight=0} method updateParameters (line 5) | updateParameters(t,e,i){if(!e.isAvailable()||e.isFinished())return;thi... method setupMotionQueueEntry (line 5) | setupMotionQueueEntry(t,e){null==t||t.isStarted()||t.isAvailable()&&(t... method updateFadeWeight (line 5) | updateFadeWeight(t,e){null==t&&P.print(K.LogLevel_Error,"motionQueueEn... method setFadeInTime (line 5) | setFadeInTime(t){this._fadeInSeconds=t} method setFadeOutTime (line 5) | setFadeOutTime(t){this._fadeOutSeconds=t} method getFadeOutTime (line 5) | getFadeOutTime(){return this._fadeOutSeconds} method getFadeInTime (line 5) | getFadeInTime(){return this._fadeInSeconds} method setWeight (line 5) | setWeight(t){this._weight=t} method getWeight (line 5) | getWeight(){return this._weight} method getDuration (line 5) | getDuration(){return-1} method getLoopDuration (line 5) | getLoopDuration(){return-1} method setOffsetTime (line 5) | setOffsetTime(t){this._offsetSeconds=t} method setLoop (line 5) | setLoop(t){this._isLoop=t} method getLoop (line 5) | getLoop(){return this._isLoop} method setLoopFadeIn (line 5) | setLoopFadeIn(t){this._isLoopFadeIn=t} method getLoopFadeIn (line 5) | getLoopFadeIn(){return this._isLoopFadeIn} method getFiredEvent (line 5) | getFiredEvent(t,e){return this._firedEventValues} method isExistModelOpacity (line 5) | isExistModelOpacity(){return!1} method getModelOpacityIndex (line 5) | getModelOpacityIndex(){return-1} method getModelOpacityId (line 5) | getModelOpacityId(t){return null} method getModelOpacityValue (line 5) | getModelOpacityValue(){return 1} method adjustEndTime (line 5) | adjustEndTime(t){const e=this.getDuration(),i=e<=0?-1:t.getStartTime()... class Ot (line 5) | class Ot extends Lt{static create(t,e){const i=new Ot;return i.parse(t,e... method create (line 5) | static create(t,e){const i=new Ot;return i.parse(t,e),i} method doUpdateParameters (line 5) | doUpdateParameters(t,e,i,s){for(let e=0;e=this._f... method setFadeWeight (line 5) | setFadeWeight(t,e){t<0||this._fadeWeights.getSize()<1||this._fadeWeigh... method setReservePriority (line 5) | setReservePriority(t){M("CubismExpressionMotionManager.setReservePrior... method startMotionPriority (line 5) | startMotionPriority(t,e,i){return M("CubismExpressionMotionManager.sta... method updateMotion (line 5) | updateMotion(t,e){this._userTimeSeconds+=e;let i=!1;const s=this.getCu... class Kt (line 5) | class Kt{constructor(){this.time=0,this.value=0}} method constructor (line 5) | constructor(){this.time=0,this.value=0} class Qt (line 5) | class Qt{constructor(){this.evaluate=null,this.basePointIndex=0,this.seg... method constructor (line 5) | constructor(){this.evaluate=null,this.basePointIndex=0,this.segmentTyp... class te (line 5) | class te{constructor(){this.type=qt.CubismMotionCurveTarget_Model,this.s... method constructor (line 5) | constructor(){this.type=qt.CubismMotionCurveTarget_Model,this.segmentC... class ee (line 5) | class ee{constructor(){this.fireTime=0}} method constructor (line 5) | constructor(){this.fireTime=0} class ie (line 5) | class ie{constructor(){this.duration=0,this.loop=!1,this.curveCount=0,th... method constructor (line 5) | constructor(){this.duration=0,this.loop=!1,this.curveCount=0,this.even... class he (line 5) | class he{constructor(t,e){this._json=L.create(t,e)}release(){L.delete(th... method constructor (line 5) | constructor(t,e){this._json=L.create(t,e)} method release (line 5) | release(){L.delete(this._json)} method getMotionDuration (line 5) | getMotionDuration(){return this._json.getRoot().getValueByString(se).g... method isMotionLoop (line 5) | isMotionLoop(){return this._json.getRoot().getValueByString(se).getVal... method hasConsistency (line 5) | hasConsistency(){let t=!0;if(!this._json||!this._json.getRoot())return... method getEvaluationOptionFlag (line 5) | getEvaluationOptionFlag(t){return ue.EvaluationOptionFlag_AreBeziersRi... method getMotionCurveCount (line 5) | getMotionCurveCount(){return this._json.getRoot().getValueByString(se)... method getMotionFps (line 5) | getMotionFps(){return this._json.getRoot().getValueByString(se).getVal... method getMotionTotalSegmentCount (line 5) | getMotionTotalSegmentCount(){return this._json.getRoot().getValueByStr... method getMotionTotalPointCount (line 5) | getMotionTotalPointCount(){return this._json.getRoot().getValueByStrin... method isExistMotionFadeInTime (line 5) | isExistMotionFadeInTime(){return!this._json.getRoot().getValueByString... method isExistMotionFadeOutTime (line 5) | isExistMotionFadeOutTime(){return!this._json.getRoot().getValueByStrin... method getMotionFadeInTime (line 5) | getMotionFadeInTime(){return this._json.getRoot().getValueByString(se)... method getMotionFadeOutTime (line 5) | getMotionFadeOutTime(){return this._json.getRoot().getValueByString(se... method getMotionCurveTarget (line 5) | getMotionCurveTarget(t){return this._json.getRoot().getValueByString(r... method getMotionCurveId (line 5) | getMotionCurveId(t){return $.getIdManager().getId(this._json.getRoot()... method isExistMotionCurveFadeInTime (line 5) | isExistMotionCurveFadeInTime(t){return!this._json.getRoot().getValueBy... method isExistMotionCurveFadeOutTime (line 5) | isExistMotionCurveFadeOutTime(t){return!this._json.getRoot().getValueB... method getMotionCurveFadeInTime (line 5) | getMotionCurveFadeInTime(t){return this._json.getRoot().getValueByStri... method getMotionCurveFadeOutTime (line 5) | getMotionCurveFadeOutTime(t){return this._json.getRoot().getValueByStr... method getMotionCurveSegmentCount (line 5) | getMotionCurveSegmentCount(t){return this._json.getRoot().getValueBySt... method getMotionCurveSegment (line 5) | getMotionCurveSegment(t,e){return this._json.getRoot().getValueByStrin... method getEventCount (line 5) | getEventCount(){return this._json.getRoot().getValueByString(se).getVa... method getTotalEventValueSize (line 5) | getTotalEventValueSize(){return this._json.getRoot().getValueByString(... method getEventTime (line 5) | getEventTime(t){return this._json.getRoot().getValueByString(le).getVa... method getEventValue (line 5) | getEventValue(t){return new g(this._json.getRoot().getValueByString(le... function _e (line 5) | function _e(t,e,i){const s=new Kt;return s.time=t.time+(e.time-t.time)*i... function ce (line 5) | function ce(t,e){let i=(e-t[0].time)/(t[1].time-t[0].time);return i<0&&(... function me (line 5) | function me(t,e){let i=(e-t[0].time)/(t[3].time-t[0].time);i<0&&(i=0);co... function pe (line 5) | function pe(t,e){const i=e,s=t[0].time,r=t[3].time,a=t[1].time,n=t[2].ti... function fe (line 5) | function fe(t,e){return t[0].value} function ye (line 5) | function ye(t,e){return t[1].value} function Se (line 5) | function Se(t,e,i,s,r){const a=t.curves.at(e);let n=-1;const o=a.baseSeg... class Be (line 5) | class Be extends Lt{static create(t,e,i,s,r=!1){const a=new Be;return a.... method create (line 5) | static create(t,e,i,s,r=!1){const a=new Be;return a.parse(t,e,r),a._mo... method doUpdateParameters (line 5) | doUpdateParameters(t,e,i,s){null==this._modelCurveIdEyeBlink&&(this._m... method setIsLoop (line 5) | setIsLoop(t){v("setIsLoop() is a deprecated function. Please use setLo... method isLoop (line 5) | isLoop(){return v("isLoop() is a deprecated function. Please use getLo... method setIsLoopFadeIn (line 5) | setIsLoopFadeIn(t){v("setIsLoopFadeIn() is a deprecated function. Plea... method isLoopFadeIn (line 5) | isLoopFadeIn(){return v("isLoopFadeIn() is a deprecated function. Plea... method setMotionBehavior (line 5) | setMotionBehavior(t){this._motionBehavior=t} method getMotionBehavior (line 5) | getMotionBehavior(){return this._motionBehavior} method getDuration (line 5) | getDuration(){return this._isLoop?-1:this._loopDurationSeconds} method getLoopDuration (line 5) | getLoopDuration(){return this._loopDurationSeconds} method setParameterFadeInTime (line 5) | setParameterFadeInTime(t,e){const i=this._motionData.curves;for(let s=... method setParameterFadeOutTime (line 5) | setParameterFadeOutTime(t,e){const i=this._motionData.curves;for(let s... method getParameterFadeInTime (line 5) | getParameterFadeInTime(t){const e=this._motionData.curves;for(let i=0;... method getParameterFadeOutTime (line 5) | getParameterFadeOutTime(t){const e=this._motionData.curves;for(let i=0... method setEffectIds (line 5) | setEffectIds(t,e){this._eyeBlinkParameterIds=t,this._lipSyncParameterI... method constructor (line 5) | constructor(){super(),this._motionBehavior=Ce.MotionBehavior_V2,this._... method release (line 5) | release(){this._motionData=void 0,this._motionData=null} method updateForNextLoop (line 5) | updateForNextLoop(t,e,i){switch(this._motionBehavior){case Ce.MotionBe... method parse (line 5) | parse(t,e,i=!1){let s=new he(t,e);if(!s)return s.release(),void(s=void... method getFiredEvent (line 5) | getFiredEvent(t,e){this._firedEventValues.updateSize(0);for(let i=0;i<... method isExistModelOpacity (line 5) | isExistModelOpacity(){for(let t=0;t... method interpolate (line 5) | interpolate(t,e){let i,s;const r=t.getModel().parameters.values,a=t.ge... method setOptions (line 5) | setOptions(t){this._options=t} method getOption (line 5) | getOption(){return this._options} method constructor (line 5) | constructor(){this._physicsRig=null,this._options=new si,this._options... method release (line 5) | release(){this._physicsRig=void 0,this._physicsRig=null} method initialize (line 5) | initialize(){let t,e,i;for(let s=0;s=2?e[i-1].position.substract(e[i... function gi (line 5) | function gi(t,e){return Vt.min(t,e)+function(t,e){const i=Vt.max(t,e),s=... function di (line 5) | function di(t,e){return JSON.parse(JSON.stringify(t.x))} function _i (line 5) | function _i(t,e){return JSON.parse(JSON.stringify(t.y))} function ci (line 5) | function ci(t,e){return JSON.parse(JSON.stringify(e))} function mi (line 5) | function mi(t,e,i,s,r,a,n,o){let l,h,u=new It(0,0),g=new It(0,0),d=new I... function pi (line 5) | function pi(t,e,i,s,r,a){let n=new It(0,0);t[0].position=new It(i.x,i.y)... function fi (line 5) | function fi(t,e,i,s,r){let a;a=s*r.getScale(r.translationScale,r.angleSc... function yi (line 5) | function yi(t,e,i,s,r,a,n,o){let l=0;const h=Vt.max(i,e);h=this._wa... method start (line 5) | start(t){this._sampleOffset=0,this._userTimeSeconds=0,this._lastRms=0,... method getRms (line 5) | getRms(){return this._lastRms} method loadWavFile (line 5) | loadWavFile(t){return new Promise((e=>{let i=!1;null!=this._pcmData&&t... method getPcmSample (line 5) | getPcmSample(){let t;switch(this._wavFileInfo._bitsPerSample){case 8:t... method getPcmDataChannel (line 5) | getPcmDataChannel(t){return this._pcmData&&t{this._byteReader._fileByte=... class os (line 5) | class os{constructor(){this._fileName="",this._numberOfChannels=0,this._... method constructor (line 5) | constructor(){this._fileName="",this._numberOfChannels=0,this._bitsPer... class ls (line 5) | class ls{constructor(){this._fileByte=null,this._fileDataView=null,this.... method constructor (line 5) | constructor(){this._fileByte=null,this._fileDataView=null,this._fileSi... method get8 (line 5) | get8(){const t=this._fileDataView.getUint8(this._readOffset);return th... method get16LittleEndian (line 5) | get16LittleEndian(){const t=this._fileDataView.getUint8(this._readOffs... method get24LittleEndian (line 5) | get24LittleEndian(){const t=this._fileDataView.getUint8(this._readOffs... method get32LittleEndian (line 5) | get32LittleEndian(){const t=this._fileDataView.getUint8(this._readOffs... method getCheckSignature (line 5) | getCheckSignature(t){const e=new Uint8Array(4),i=(new TextEncoder).enc... class gs (line 5) | class gs extends rs{loadAssets(t,e){this._modelHomeDir=t,fetch(`${this._... method loadAssets (line 5) | loadAssets(t,e){this._modelHomeDir=t,fetch(`${this._modelHomeDir}${e}`... method setupModel (line 5) | setupModel(t){if(this._updating=!0,this._initialized=!1,this._modelSet... method setupTextures (line 5) | setupTextures(){const t=!0;if(this._state==hs.LoadTexture){const e=thi... method reloadRenderer (line 5) | reloadRenderer(){this.deleteRenderer(),this.createRenderer(),this.setu... method update (line 5) | update(){if(this._state!=hs.CompleteSetup)return;const t=at.getDeltaTi... method startMotion (line 5) | startMotion(t,e,i,s,r){if(3==i)this._motionManager.setReservePriority(... method startRandomMotion (line 5) | startRandomMotion(t,e,i,s){if(0==this._modelSetting.getMotionCount(t))... method setExpression (line 5) | setExpression(t){const e=this._expressions.getValue(t);this._debugMode... method setRandomExpression (line 5) | setRandomExpression(){if(0==this._expressions.getSize())return;const t... method motionEventFired (line 5) | motionEventFired(t){M("{0} is fired on LAppModel!!",t.s)} method hitTest (line 5) | hitTest(t,e,i){if(this._opacity<1)return!1;const s=this._modelSetting.... method preLoadMotionGroup (line 5) | preLoadMotionGroup(t){for(let e=0;e{at.printMessage("Motion Began:"),co... method release (line 5) | release(){} method initialize (line 5) | initialize(t){this._subdelegate=t,this.changeScene(this._sceneIndex)} class _s (line 5) | class _s{constructor(){this._textures=new e}release(){for(let t=this._te... method constructor (line 5) | constructor(){this._textures=new e} method release (line 5) | release(){for(let t=this._textures.begin();t.notEqual(this._textures.e... method createTextureFromPngFile (line 5) | createTextureFromPngFile(t,e,i){for(let s=this._textures.begin();s.not... method releaseTextures (line 5) | releaseTextures(){for(let t=0;tthis._... method adjustScale (line 5) | adjustScale(t,e,i){const s=this.getMaxScale(),r=this.getMinScale(),a=i... method setScreenRect (line 5) | setScreenRect(t,e,i,s){this._screenLeft=t,this._screenRight=e,this._sc... method setMaxScreenRect (line 5) | setMaxScreenRect(t,e,i,s){this._maxLeft=t,this._maxRight=e,this._maxTo... method setMaxScale (line 5) | setMaxScale(t){this._maxScale=t} method setMinScale (line 5) | setMinScale(t){this._minScale=t} method getMaxScale (line 5) | getMaxScale(){return this._maxScale} method getMinScale (line 5) | getMinScale(){return this._minScale} method isMaxScale (line 5) | isMaxScale(){return this.getScaleX()>=this._maxScale} method isMinScale (line 5) | isMinScale(){return this.getScaleX()<=this._minScale} method getScreenLeft (line 5) | getScreenLeft(){return this._screenLeft} method getScreenRight (line 5) | getScreenRight(){return this._screenRight} method getScreenBottom (line 5) | getScreenBottom(){return this._screenBottom} method getScreenTop (line 5) | getScreenTop(){return this._screenTop} method getMaxLeft (line 5) | getMaxLeft(){return this._maxLeft} method getMaxRight (line 5) | getMaxRight(){return this._maxRight} method getMaxBottom (line 5) | getMaxBottom(){return this._maxBottom} method getMaxTop (line 5) | getMaxTop(){return this._maxTop} class ps (line 5) | class ps{constructor(t,e,i,s,r){this._rect=new fs,this._rect.left=t-.5*i... method constructor (line 5) | constructor(t,e,i,s,r){this._rect=new fs,this._rect.left=t-.5*i,this._... method release (line 5) | release(){this._rect=null;const t=this._subdelegate.getGlManager().get... method getTexture (line 5) | getTexture(){return this._texture} method render (line 5) | render(t){if(null==this._texture)return;const e=this._subdelegate.getG... method isHit (line 5) | isHit(t,e){const{height:i}=this._subdelegate.getCanvas(),s=i-e;return ... method setSubdelegate (line 5) | setSubdelegate(t){this._subdelegate=t} class fs (line 5) | class fs{} class ys (line 5) | class ys{constructor(){this._startX=0,this._startY=0,this._lastX=0,this.... method constructor (line 5) | constructor(){this._startX=0,this._startY=0,this._lastX=0,this._lastY=... method getCenterX (line 5) | getCenterX(){return this._lastX} method getCenterY (line 5) | getCenterY(){return this._lastY} method getDeltaX (line 5) | getDeltaX(){return this._deltaX} method getDeltaY (line 5) | getDeltaY(){return this._deltaY} method getStartX (line 5) | getStartX(){return this._startX} method getStartY (line 5) | getStartY(){return this._startY} method getScale (line 5) | getScale(){return this._scale} method getX (line 5) | getX(){return this._lastX} method getY (line 5) | getY(){return this._lastY} method getX1 (line 5) | getX1(){return this._lastX1} method getY1 (line 5) | getY1(){return this._lastY1} method getX2 (line 5) | getX2(){return this._lastX2} method getY2 (line 5) | getY2(){return this._lastY2} method isSingleTouch (line 5) | isSingleTouch(){return this._touchSingle} method isFlickAvailable (line 5) | isFlickAvailable(){return this._flipAvailable} method disableFlick (line 5) | disableFlick(){this._flipAvailable=!1} method touchesBegan (line 5) | touchesBegan(t,e){this._lastX=t,this._lastY=e,this._startX=t,this._sta... method touchesMoved (line 5) | touchesMoved(t,e){this._lastX=t,this._lastY=e,this._lastTouchDistance=... method getFlickDistance (line 5) | getFlickDistance(){return this.calculateDistance(this._startX,this._st... method calculateDistance (line 5) | calculateDistance(t,e,i,s){return Math.sqrt((t-i)*(t-i)+(e-s)*(e-s))} method calculateMovingAmount (line 5) | calculateMovingAmount(t,e){if(t>0!=e>0)return 0;const i=t>0?1:-1,s=Mat... class Ss (line 5) | class Ss{constructor(){this._programId=null,this._back=null,this._gear=n... method constructor (line 5) | constructor(){this._programId=null,this._back=null,this._gear=null,thi... method initialize (line 5) | initialize(t){this._subdelegate=t;const{width:e,height:i}=t.getCanvas(... method release (line 5) | release(){this._viewMatrix=null,this._touchManager=null,this._deviceTo... method render (line 5) | render(){this._subdelegate.getGlManager().getGl().useProgram(this._pro... method initializeSprite (line 5) | initializeSprite(){const t=this._subdelegate.getCanvas().width,e=this.... method onTouchesBegan (line 5) | onTouchesBegan(t,e){this._touchManager.touchesBegan(t*window.devicePix... method onTouchesMoved (line 5) | onTouchesMoved(t,e){const i=t*window.devicePixelRatio,s=e*window.devic... method onTouchesEnded (line 5) | onTouchesEnded(t,e){const i=t*window.devicePixelRatio,s=e*window.devic... method transformViewX (line 5) | transformViewX(t){const e=this._deviceToScreen.transformX(t);return th... method transformViewY (line 5) | transformViewY(t){const e=this._deviceToScreen.transformY(t);return th... method transformScreenX (line 5) | transformScreenX(t){return this._deviceToScreen.transformX(t)} method transformScreenY (line 5) | transformScreenY(t){return this._deviceToScreen.transformY(t)} class Cs (line 5) | class Cs{constructor(){this._canvas=null,this._glManager=new nt,this._te... method constructor (line 5) | constructor(){this._canvas=null,this._glManager=new nt,this._textureMa... method release (line 5) | release(){this._resizeObserver.unobserve(this._canvas),this._resizeObs... method initialize (line 5) | initialize(t){if(!this._glManager.initialize(t))return!1;this._canvas=... method onResize (line 5) | onResize(){this.resizeCanvas(),this._view.initialize(this),this._view.... method resizeObserverCallback (line 5) | resizeObserverCallback(t,e){this._needResize=!0} method update (line 5) | update(){if(this._glManager.getGl().isContextLost())return;this._needR... method createShader (line 5) | createShader(){const t=this._glManager.getGl(),e=t.createShader(t.VERT... method getTextureManager (line 5) | getTextureManager(){return this._textureManager} method getFrameBuffer (line 5) | getFrameBuffer(){return this._frameBuffer} method getCanvas (line 5) | getCanvas(){return this._canvas} method getGlManager (line 5) | getGlManager(){return this._glManager} method getLive2DManager (line 5) | getLive2DManager(){return this._live2dManager} method resizeCanvas (line 5) | resizeCanvas(){this._canvas.width=this._canvas.clientWidth*window.devi... method onPointBegan (line 5) | onPointBegan(t,e){if(!this._view)return void at.printMessage("view not... method onPointMoved (line 5) | onPointMoved(t,e){if(!this._captured)return;const i=t-this._canvas.off... method onPointEnded (line 5) | onPointEnded(t,e){if(this._captured=!1,!this._view)return void at.prin... method onTouchCancel (line 5) | onTouchCancel(t,e){if(this._captured=!1,!this._view)return void at.pri... method isContextLost (line 5) | isContextLost(){return this._glManager.getGl().isContextLost()} class Ms (line 5) | class Ms{static getInstance(){return null==xs&&(xs=new Ms),xs}static rel... method getInstance (line 5) | static getInstance(){return null==xs&&(xs=new Ms),xs} method releaseInstance (line 5) | static releaseInstance(){null!=xs&&xs.release(),xs=null} method onPointerBegan (line 5) | onPointerBegan(t){for(let e=this._subdelegates.begin();e.notEqual(this... method onPointerMoved (line 5) | onPointerMoved(t){for(let e=this._subdelegates.begin();e.notEqual(this... method onPointerEnded (line 5) | onPointerEnded(t){for(let e=this._subdelegates.begin();e.notEqual(this... method onPointerCancel (line 5) | onPointerCancel(t){for(let e=this._subdelegates.begin();e.notEqual(thi... method onResize (line 5) | onResize(){for(let t=0;t{if(null!=xs){at.updateTime();for(let t=0;t{at.updateTime();for(let t=0;t{at.updateTime();for(let t=0;t=t?s+1:s} function s (line 5) | function s(e,t){return new Promise(((t,s)=>{let o;o=document.createEleme... function i (line 5) | function i(t,s,i,n=!0){let l=parseInt(sessionStorage.getItem("waifu-mess... function n (line 5) | function n(e,...t){return e.replace(/\$(\d+)/g,((e,s)=>{var o;const i=pa... class l (line 5) | class l{constructor(e="info"){this.level=e}setLevel(e){e&&(this.level=e)... method constructor (line 5) | constructor(e="info"){this.level=e} method setLevel (line 5) | setLevel(e){e&&(this.level=e)} method shouldLog (line 5) | shouldLog(e){return l.levelOrder[e]<=l.levelOrder[this.level]} method error (line 5) | error(e,...t){this.shouldLog("error")&&console.error("[Live2D Widget][... method warn (line 5) | warn(e,...t){this.shouldLog("warn")&&console.warn("[Live2D Widget][WAR... method info (line 5) | info(e,...t){this.shouldLog("info")&&console.log("[Live2D Widget][INFO... method trace (line 5) | trace(e,...t){this.shouldLog("trace")&&console.log("[Live2D Widget][TR... class c (line 5) | class c{constructor(e,t=[]){var s;this.modelList=null;let{apiPath:o,cdnP... method constructor (line 5) | constructor(e,t=[]){var s;this.modelList=null;let{apiPath:o,cdnPath:i}... method initCheck (line 5) | static async initCheck(e,t=[]){const s=new c(e,t);if(s.useCDN){const e... method modelId (line 5) | set modelId(e){this._modelId=e,localStorage.setItem("modelId",e.toStri... method modelId (line 5) | get modelId(){return this._modelId} method modelTexturesId (line 5) | set modelTexturesId(e){this._modelTexturesId=e,localStorage.setItem("m... method modelTexturesId (line 5) | get modelTexturesId(){return this._modelTexturesId} method resetCanvas (line 5) | resetCanvas(){document.getElementById("waifu-canvas").innerHTML=' { method loadModel (line 276) | async loadModel(message: string | string[]) { method loadRandTexture (line 306) | async loadRandTexture(successMessage: string | string[] = '', failMess... method loadNextModel (line 345) | async loadNextModel() { FILE: src/tools.ts type Tools (line 19) | interface Tools { class ToolsManager (line 41) | class ToolsManager { method constructor (line 45) | constructor(model: ModelManager, config: Config, tips: Tips) { method registerTools (line 135) | registerTools() { FILE: src/types/live2dApi.d.ts class Live2DModelWebGL (line 20) | class Live2DModelWebGL { FILE: src/types/window.d.ts type Window (line 5) | interface Window { FILE: src/utils.ts function randomSelection (line 11) | function randomSelection(obj: string[] | string): string { function randomOtherOption (line 15) | function randomOtherOption(total: number, excludeIndex: number): number { function loadExternalResource (line 25) | function loadExternalResource(url: string, type: string): Promise { FILE: src/widget.ts type Tips (line 14) | interface Tips { function registerEventListener (line 85) | function registerEventListener(tips: Tips) { function loadWidget (line 175) | async function loadWidget(config: Config) { function initWidget (line 208) | function initWidget(config: string | Config) {