import { LogLevel } from './framework/live2dcubismframework'; /** * 示例应用程序中使用的常量 */ export declare namespace LAppDefine { const ViewMaxScale: number; const ViewMinScale: number; const ViewLogicalLeft: number; const ViewLogicalRight: number; const ViewLogicalMaxLeft: number; const ViewLogicalMaxRight: number; const ViewLogicalMaxBottom: number; const ViewLogicalMaxTop: number; const ResourcesPath: string; const BackImageName: string; const GearImageName: string; const PowerImageName: string; const ModelDir: string[]; const ModelDirSize: number; const MotionGroupIdle: string; const MotionGroupTapBody: string; const MotionGroupTapNose: string; const MotionGroupTapGem: string; const MotionGroupTapFace: string; const HitAreaNameHead: string; const HitAreaNameFace: string; const HitAreaNameBody: string; const HitAreaNameNose: string; const HitAreaNameGem: string; const PriorityNone: number; const PriorityIdle: number; const PriorityNormal: number; const PriorityForce: number; const DebugLogEnable: boolean; const DebugTouchLogEnable: boolean; let DebugMode: boolean; const CubismLoggingLevel: LogLevel; }