Skip to content
On this page

IHeadBlendData

Interface Definition

ts
interface IHeadBlendData {
    readonly shapeFirstID: number;
    readonly shapeSecondID: number;
    readonly shapeThirdID: number;
    readonly skinFirstID: number;
    readonly skinSecondID: number;
    readonly skinThirdID: number;
    readonly shapeMix: number;
    readonly skinMix: number;
    readonly thirdMix: number;
};

Documentation

Documentation Created with ❤️ by Stuyk