Class UpperBodyCloth

    • Constructor Detail

      • UpperBodyCloth

        public UpperBodyCloth()
      • UpperBodyCloth

        public UpperBodyCloth​(UpperBodyCloth source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getTexture

        public UpperBodyClothTexture getTexture()
        Get 上衣纹理信息。
        Returns:
        Texture 上衣纹理信息。
      • setTexture

        public void setTexture​(UpperBodyClothTexture Texture)
        Set 上衣纹理信息。
        Parameters:
        Texture - 上衣纹理信息。
      • getColor

        public UpperBodyClothColor getColor()
        Get 上衣颜色信息。
        Returns:
        Color 上衣颜色信息。
      • setColor

        public void setColor​(UpperBodyClothColor Color)
        Set 上衣颜色信息。
        Parameters:
        Color - 上衣颜色信息。
      • getSleeve

        public UpperBodyClothSleeve getSleeve()
        Get 上衣衣袖信息。
        Returns:
        Sleeve 上衣衣袖信息。
      • setSleeve

        public void setSleeve​(UpperBodyClothSleeve Sleeve)
        Set 上衣衣袖信息。
        Parameters:
        Sleeve - 上衣衣袖信息。