Data pertaining to a player's configured skin.

interface PlayerSkinData {
    armSize?: PersonaArmSize;
    personaPieces?: PlayerPersonaPiece[];
    skinColor?: RGB;
}

Properties

armSize?: PersonaArmSize
personaPieces?: PlayerPersonaPiece[]
skinColor?: RGB