1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
export namespace Live2DCubismFramework { export const HitAreaPrefix: string = "HitArea"; export const HitAreaHead: string = "Head"; export const HitAreaBody: string = "Body"; export const PartsIdCore: string = "Parts01Core"; export const PartsArmPrefix: string = "Parts01Arm_"; export const PartsArmLPrefix: string = "Parts01ArmL_"; export const PartsArmRPrefix: string = "Parts01ArmR_";
export const ParamAngleX: string = "ParamAngleX"; export const ParamAngleY: string = "ParamAngleY"; export const ParamAngleZ: string = "ParamAngleZ"; export const ParamEyeLOpen: string = "ParamEyeLOpen"; export const ParamEyeLSmile: string = "ParamEyeLSmile"; export const ParamEyeROpen: string = "ParamEyeROpen"; export const ParamEyeRSmile: string = "ParamEyeRSmile"; export const ParamEyeBallX: string = "ParamEyeBallX"; export const ParamEyeBallY: string = "ParamEyeBallY"; export const ParamEyeBallForm: string = "ParamEyeBallForm"; export const ParamBrowLY: string = "ParamBrowLY"; export const ParamBrowRY: string = "ParamBrowRY"; export const ParamBrowLX: string = "ParamBrowLX"; export const ParamBrowRX: string = "ParamBrowRX"; export const ParamBrowLAngle: string = "ParamBrowLAngle"; export const ParamBrowRAngle: string = "ParamBrowRAngle"; export const ParamBrowLForm: string = "ParamBrowLForm"; export const ParamBrowRForm: string = "ParamBrowRForm"; export const ParamMouthForm: string = "ParamMouthForm"; export const ParamMouthOpenY: string = "ParamMouthOpenY"; export const ParamCheek: string = "ParamCheek"; export const ParamBodyAngleX: string = "ParamBodyAngleX"; export const ParamBodyAngleY: string = "ParamBodyAngleY"; export const ParamBodyAngleZ: string = "ParamBodyAngleZ"; export const ParamBreath: string = "ParamBreath"; export const ParamArmLA: string = "ParamArmLA"; export const ParamArmRA: string = "ParamArmRA"; export const ParamArmLB: string = "ParamArmLB"; export const ParamArmRB: string = "ParamArmRB"; export const ParamHandL: string = "ParamHandL"; export const ParamHandR: string = "ParamHandR"; export const ParamHairFront: string = "ParamHairFront"; export const ParamHairSide: string = "ParamHairSide"; export const ParamHairBack: string = "ParamHairBack"; export const ParamHairFluffy: string = "ParamHairFluffy"; export const ParamShoulderY: string = "ParamShoulderY"; export const ParamBustX: string = "ParamBustX"; export const ParamBustY: string = "ParamBustY"; export const ParamBaseX: string = "ParamBaseX"; export const ParamBaseY: string = "ParamBaseY"; export const ParamNONE: string = "NONE:"; }
export namespace CafeGunGirlParam { export const PartsArmPrefix: string = "PARTS_01_ARM_"; export const PartsArmLPrefix: string = "PARTS_01_ARM_L_"; export const PartsArmRPrefix: string = "PARTS_01_ARM_R_";
export const ParamAngleX: string = "PARAM_ANGLE_X"; export const ParamAngleY: string = "PARAM_ANGLE_Y"; export const ParamAngleZ: string = "PARAM_ANGLE_Z"; export const ParamEyeLOpen: string = "PARAM_EYE_L_OPEN"; export const ParamEyeLSmile: string = "PARAM_EYE_L_SMILE"; export const ParamEyeROpen: string = "PARAM_EYE_R_OPEN"; export const ParamEyeRSmile: string = "PARAM_EYE_R_SMILE"; export const ParamEyeBallX: string = "PARAM_EYE_BALL_X"; export const ParamEyeBallY: string = "PARAM_EYE_BALL_Y"; export const ParamBrowLY: string = "PARAM_BROW_L_Y"; export const ParamBrowRY: string = "PARAM_BROW_R_Y"; export const ParamBrowLX: string = "PARAM_BROW_L_X"; export const ParamBrowRX: string = "PARAM_BROW_R_X"; export const ParamBrowLAngle: string = "PARAM_BROW_L_ANGLE"; export const ParamBrowRAngle: string = "PARAM_BROW_R_ANGLE"; export const ParamBrowLForm: string = "PARAM_BROW_L_FORM"; export const ParamBrowRForm: string = "PARAM_BROW_R_FORM"; export const ParamMouthForm: string = "PARAM_MOUTH_FORM"; export const ParamMouthOpenY: string = "PARAM_MOUTH_OPEN_Y"; export const ParamCheek: string = "PARAM_CHEEK"; export const ParamBodyAngleX: string = "PARAM_BODY_ANGLE_X"; export const ParamBodyAngleY: string = "PARAM_BODY_ANGLE_Y"; export const ParamBodyAngleZ: string = "PARAM_BODY_ANGLE_Z"; export const ParamBreath: string = "PARAM_BREATH"; export const ParamArmLA: string = "PARAM_ARM_L_A"; export const ParamArmRA: string = "PARAM_ARM_R_A"; export const ParamArmLB: string = "PARAM_ARM_L_B"; export const ParamArmRB: string = "PARAM_ARM_R_B"; export const ParamHandL: string = "PARAM_HAND_L"; export const ParamHandR: string = "PARAM_HAND_R"; export const ParamHairFront: string = "PARAM_HAIR_FRONT"; export const ParamHairSide: string = "PARAM_HAIR_SIDE"; export const ParamHairBack: string = "PARAM_HAIR_BACK"; export const ParamHairFluffy: string = "PARAM_HAIR_FLUFFY"; export const ParamShoulderY: string = "PARAM_SHOULDER_Y"; export const ParamBustX: string = "PARAM_BUST_X"; export const ParamBustY: string = "PARAM_BUST_Y"; export const ParamBaseX: string = "PARAM_BASE_X"; export const ParamBaseY: string = "PARAM_BASE_Y"; export const ParamNONE: string = "NONE:"; }
|