Skip to content
On this page

IHeadOverlay

Interface Definition

ts
interface IHeadOverlay {
    readonly index: number;
    readonly opacity: number;
    readonly colorType: number;
    readonly colorIndex: number;
    readonly secondColorIndex: number;
};

Documentation

Documentation Created with ❤️ by Stuyk