roavatar-renderer
    Preparing search index...

    Type Alias BodyColor3sJson

    type BodyColor3sJson = {
        headColor?: string;
        headColor3?: string;
        leftArmColor?: string;
        leftArmColor3?: string;
        leftLegColor?: string;
        leftLegColor3?: string;
        rightArmColor?: string;
        rightArmColor3?: string;
        rightLegColor?: string;
        rightLegColor3?: string;
        torsoColor?: string;
        torsoColor3?: string;
    }
    Index

    Properties

    headColor?: string
    headColor3?: string
    leftArmColor?: string
    leftArmColor3?: string
    leftLegColor?: string
    leftLegColor3?: string
    rightArmColor?: string
    rightArmColor3?: string
    rightLegColor?: string
    rightLegColor3?: string
    torsoColor?: string
    torsoColor3?: string